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); ...
1
vote
1answer
231 views
Detect an app on home screen of iphone
You know how its possible to add a web app to the home screen of an iPhone... well now how do i detect if my app has been added to the home screen of a user's iPhone.
And if it has been added, how do ...
1
vote
2answers
182 views
What is the name for the view that manages the iPhone home screen?
My google-fu is failing here. I'm looking for the name of the UIView (or whatever it is) that handles several pages, with those little glowing dots indicating which page you're on.
0
votes
1answer
470 views
iPhone Bookmarks and Session variables (User has to log in twice)
I'm creating a web application meant to be viewed by iPhones, Blackberrys etc. My problem is that, when an iPhone user adds a link to the app on their home screen, they have to log in twice.
The ...