Tagged Questions
23
votes
4answers
24k views
Javascript for “Add to Home Screen” on iPhone?
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); ...