Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a "add to homescreen" webapp on Android (like in iOS)

A webapp on iOS is basically a headless browser.

Is there something similar on Android?

As far as I understand it, you can only put bookmarks on the homescreen. Is that correct?

Note: Wrapping to something native on not an option.

like image 702
Aron Woost Avatar asked Feb 28 '12 10:02

Aron Woost


1 Answers

There is no way to add shortcuts (apps, bookmarks, etc) to the Android homescreen programmatically. All homescreen "additions" must be added via the launcher.

like image 156
John Giotta Avatar answered Oct 25 '22 07:10

John Giotta