Reputation: 182
I need to add bookmark of my website to home screen of mobile. the bookmark should contain the specified icon. I would expect expect how exactly weather.com works on iPhone like - share button tap takes you to next page where you have "add bookmark", "add to favs" etc, then tap "add bookmark" which displays website icon along with two editable fields - one for url and other for name.
Any help about how to get this functionality will be highly appreciated.
Upvotes: 2
Views: 1046
Reputation: 124
I don't believe you can force a bookmark add, but there are ways to prompt your user with instructions so they can do it. You might benefit from this thread: Javascript for "Add to Home Screen" on iPhone?
specifically:
https://github.com/cubiq/add-to-homescreen
http://cubiq.org/add-to-home-screen
Upvotes: 1