TIMEX
TIMEX

Reputation: 272432

For my website, is it possible to create a button where users can click on it to create an ICON on their iPhone desktop?

User clicks the button, and an icon is added to the iPhone desktop. If possible, can I activate this button manually?

Upvotes: 0

Views: 119

Answers (3)

acme
acme

Reputation: 14866

You can take a look at this tool, which is a nice JavaScript snippet giving the user a hint on how to add your homepage as a Icon on your homescreen:

http://cubiq.org/add-to-home-screen

For a live demo visit this page with your iOS-device:

http://cubiq.org/dropbox/a2h/examples/simple/

Upvotes: 0

Jakub Hampl
Jakub Hampl

Reputation: 40583

I believe this is not possible. However a common approach is to detect whether running in an iPhone browser (not as an HTML app) and show a huge arrow pointing at the + sign.

Upvotes: 0

waiwai933
waiwai933

Reputation: 14579

There is no way for you to do this, because otherwise every developer would do this by invoking it with an automated script and then everyone would just be annoyed. You will have to direct users to press the + sign and then Add to Home Screen.

Upvotes: 1

Related Questions