Tagged Questions

2
votes
5answers
957 views

How do I detect Mobile Safari server side using PHP?

Mobile Safari is a very capable browser, and it can handle my website as it is perfectly. However, there are a few elements on my page that could be optimized for browsing using th …
0
votes
1answer
35 views

No XSLTProcessor() support in Safari?

For whatever reason, I can't get XSLTProcessor() to work all the time. Here is my JS: ... xsltProcessor = new XSLTProcessor(); xsltProcessor.importStylesheet(xmlRequest.respons …
1
vote
2answers
87 views

Reasons behind no support of Flash movie in Mobile Safari [closed]

Does anyone know the reason behind no support of Flash movie in Mobile Safari in iPhone? I think, if the Mobile Safari supports Flash movie, the Apps will have less attractiveness …
1
vote
2answers
270 views

Why doesn’t @contenteditable work on the iPhone?

Safari HTML Reference: Supported Attributes says: contenteditable If true, the element can be edited on the fly; if false, it cannot. Availability Available in …
1
vote
0answers
37 views

Closing an opened window on mobile safari with javascript?

In app mode, if I open a new window using javascript, the newly-opened window cannot close itself (on an on-click event) using the standard window.close() or self.close(). Does an …
2
votes
2answers
1k views

Can iphone send gps coordinates to a website painlessly?

Is there an easy way to design a website to facilitate an iphone user providing gps coordinates to the site? I am wondering if there might be a naming convention for form fields …
0
votes
0answers
98 views

iPhone Web Application JavaScript events break after waking up from sleep.

I'm trying to build a mobile-safari/iphone web-app using jQuery code I already wrote for the desktop version of the app. The problem I'm having is that when my phone goes to sleep …
1
vote
2answers
105 views

Display image blobs directly in UIWebView?

I have a bunch of images stored in my database as blobs that I need to include in a UIWebView. I'd like to do this directly -- without first saving them as temp files. Is there a w …
1
vote
1answer
40 views

Why is the homepage on JonathansCorner.com displaying oddly on mobile Safari?

On my website at http://JonathansCorner.com/, the site as a whole displays well in mobile Safari, and the homepage displays well on (desktop) Firefox, Opera, Safari, and IE, but th …
1
vote
4answers
206 views

How to test on the IPhone without having access to one?

Want to write a site for the iphone, but I don't have one and I don't know anyone who has one. Is there a way to develop for it without having access to one, maybe apple has some …
3
votes
2answers
515 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 …
0
votes
2answers
583 views

Is there a way to create a fullscreen gallery on iPhone through Safari?

I've been creating CSS/Javascript to style an upcoming site differently on iPhone - mostly to enhance usability. On the desktop app, I use slimbox in combination with mootools for …
0
votes
2answers
445 views

Populating drop-down lists with JavaScript on the iPhone

Hello everyone, We've hit a wall with an annoying iPhone bug (?) and we'd appreciate some advice from the community. There's a simple web-app that's designed to run in Mobile Saf …