I want to create an icon on an iPhone to link to a web app, but assuming my users won’t know to find “add to home” I think it’s better to have an html link saying “click here to add an icon to your desktop” (or something along those lines).
I know the code for the icon is
<link rel="apple-touch-icon" href="touch-icon-iphone.png" />
But what’s the code for the “click here”?
Thanks!…any time you help me you save a kitten!!
There’s unfortunately no way to add a bookmark to home screen by code, you have to indicate to your users that they need to do it manually.
To do this, there is a neat little JS library: mobile-bookmark-bubble.