The browser automatically generates a start icon on the main screen for android web applications

Is it possible to automatically create a bookmark on the Android main screen using Javascript or a meta tag?

+4
source share
1 answer

This is really possible only if you write your own code with a mobile site. If you do this, you can write a webview inside your own code that allows your javascript to call your own code and add a shortcut to the meaning.

+2
source

Source: https://habr.com/ru/post/1347799/


All Articles