vote up 3 vote down star

Is it possible to use Javascript to emulate the Add to Home Screen option in Mobile Safari's bookmark menu?

Something similar to IE's window.external.AddFavorite(location.href, document.title); possibly?

flag

60% accept rate

1 Answer

vote up 4 vote down check

The only way to add any book marks in MobileSafari (including ones on the home screen) is with the builtin UI, and that Apples does not provide anyway to do this from scripts within a page. In fact, I am pretty sure there is no mechanism for doing this on the desktop version of Safari either.

link|flag
1  
Thanks, I was afraid not. I decided to check window.navigator.standalone and urge them to add it if it in running in Mobile Safari. – Kerrick Jul 17 at 13:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.