14
votes
5answers
2k views
What is the PastryKit Framework?
I'm trying to find any information I can on the PastryKit Javascript Framework. It appears to be in use on the iPhone User Guide that is displayed on the iPhone itself in Mobile Safari, but I cannot …
11
votes
4answers
6k views
Available iPhone Web Application JavaScript UI Library/Frameworks
I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there.
These …
8
votes
2answers
663 views
How do you get the number keypad to come up in an iPhone webApp?
On a web page that is to be displayed on an iPhone, is there a way to get the number pad to come up when the user taps in the field, instead of the qwerty keypad?
This guy says here's how to do it, …
5
votes
3answers
960 views
How to disable phone number linking in Mobile Safari?
Safari on iPhone automatically creates links for strings of digits that appear to the telephone numbers. I am writing a web page containing an IP address, and Safari is turning that into a phone …
5
votes
3answers
2k views
iPhone Full Screen Image
How do I go about making an image or section of the page full screen on the iPhone?
I have an image that is 480 x 320 and I want to pull that up full screen on the iPhone but it has to be within a …
4
votes
3answers
181 views
How to Create “Add to Calendar” Link on Web Page for iPhone
Many calendaring programs (Outlook, iCal) support vCal for downloading event information and adding it to your calendar. Others can use the vCalendar microformat to extract data. Neither of these, …
4
votes
1answer
567 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); …
3
votes
1answer
71 views
Is it possible to change the keyboard type when using the prompt() Javascript function when using Mobile Safari on the iPhone?
Mobile Safari on the iPhone allows you to specify different keyboard types for text input boxes as demonstrated in the Safari How-To's for iPhone, here. However, I'm wondering if it's possible to …
3
votes
2answers
159 views
Preventing iPhone scaling when rotated
When I rotate my iPhone into landscape mode, the iPhone automatically bumps the text size up.
What is the best way to prevent this? I'd like rotation to give the visitor more text to read, not a …
3
votes
2answers
552 views
How do I detect when the iPhone goes into landscape mode via JavaScript?
I’m writing a web site targeted at the iPhone. I’d like to set a class on the body element when the iPhone’s orientation changes (i.e. when the user turns the phone into landscape and/or portait …
3
votes
3answers
343 views
Checking online status from an iphone web app
Is there a way to check to see if an iphone is online from a web app. That is, in mobile safari, can I check the online status of the device to see if I should try an ajax call or not.
In …
2
votes
1answer
23 views
how to disable MobileSafari auto-selection?
my webapp requires users to tap and hold on an element for a game action, but iPhone automatically "selects" the area which is confusing to the user.
anyone know what html elements prevent selection, …
2
votes
1answer
235 views
Rich Text Editor on Mobile Safari
I'm trying to build a Web page that has a rich text editor. Is it possible to use a rich text editor (such as FCKEditor) in Mobile Safari on the iPod Touch (or iPhone)?
All of the demos I tried …
2
votes
3answers
427 views
iPhone Mobile App (safari): no onblur? wrong onfocus? no onbeforeunload? WTF?
So I just made my web-application "iPhone Friendly". So you can add it to your home screen and it has an icon, no chroming, etc etc.
The problem is that I want to display a custom splash-screen …
2
votes
3answers
420 views
iPhone web applications and specific input types
I remember seeing a tutorial a while back on this but am unable to re-Google it.
Supposedly there is a way to get Safari on the iPhone to give keyboards other than the default. It went something …
