How to add android bookmark for webapp using javascript?

Is there a way to create “Add to Homepage" from an Android web application using JavaScript?

The standard way to do this is difficult:

  • Page bookmark
  • Go to the main screen
  • Long press on an empty space to open "Add to Home Screen", Menu
  • select "Shortcuts"
  • select bookmark
  • select bookmark

Thanks -

+4
source share
1 answer

It is not possible to add a shortcut to your webpage from a webpage because the browser does not recognize the intent scheme necessary to accomplish this.

0
source

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


All Articles