Tagged Questions
The mobile-safari tag has no wiki summary.
76
votes
11answers
21k 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 ...
47
votes
12answers
20k 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 ...
43
votes
14answers
43k 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 ...
36
votes
13answers
12k views
Offline iOS web app: loads my manifest, but doesn't work offline
I'm writing a web app to be used offline on iOS. I've created a manifest, am serving it up as text/cache-manifest, and it usually works fine, when running inside Safari.
If I add it as an app to my ...
25
votes
10answers
39k views
Fixed positioning in Mobile Safari
Is it possible to position an element fixed relative to the viewport in Mobile Safari? As many have noted, position: fixed doesn't work, but Gmail just came out with a solution that almost is what I ...
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); ...
18
votes
4answers
865 views
Start mobile browsers with webkit remote debugging ON
At Google I/O 2011: Chrome Dev Tools Reloaded, Paul Irish and Pavel Feldman introduced new remote debugging feature — which was in passing included into webkit.
--
This is great news, particularly ...
18
votes
7answers
12k views
GWT & HTML5 Video in Mobile Safari
I'm trying to code a site in GWT that plays videos with HTML5. Everything works great on the desktop, but mobile Safari on both the iPhone and iPad do not play the video.
I can play a video using ...
17
votes
3answers
4k views
How to target iPhone 3GS AND iPhone 4 in one @media query
I am trying to implement alternate layouts for both the iPad/iPhone and older iPhones as well.
I have established that the best method is to use @media queries from the CSS3 spec,
As such these are ...
17
votes
5answers
7k views
Mulitple “apple-touch-startup-image” resolutions for iOS web app (esp. for iPad)?
I've written an HTML5-based iOS web application and all seems to be working well, but I'm trying to polish it up with multiple startup screens. The iPhone/iPod touch works well w/a PNG of 320x460, as ...
17
votes
3answers
6k views
Force a WebView link to launch Safari?
I have a UIWebView embedded within an iPhone app of mine. I want to be able to have certain links within that webview open into the full Mobile Safari app (i.e. not my embedded version of it).
Is ...
15
votes
4answers
17k views
A html5 web app for mobile safari to upload images from the Photos.app?
Hello
Is it possibly to write a HTML5 web application designed for the iOS devices (iPad, iPhone, iPod Touch) which can allow the user to upload an image from the filesystem?
Imagine uploading a new ...
14
votes
1answer
873 views
Is there an alternative method to use onbeforeunload in mobile safari?
Is there an alternative method to use instead of onbeforeunload in mobile-safari? I've noticed that Google was able to capture the onbeforeunload event in mobile-safari. Has anyone figured out how ...
14
votes
2answers
9k 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 ...
13
votes
5answers
8k views
Mobile Safari 5mb HTML5 application cache limit?
It's becoming evident in my testing that there's a 5mb size limit on Mobile Safari's implementation of HTML5's application cache.
Does anyone know how to circumvent or raise this? Is there some ...
12
votes
3answers
202 views
Pure CSS triangle with semi-transparent border. Possible?
Is it possible to draw an arrow that has semi-transparent border around it just using css?
Heres a fiddle of my effort so far:
http://jsfiddle.net/calebo/fBW4u/
CSS:
.ui-overlay {
...
12
votes
4answers
406 views
Is there any use of favicon.ico for mobile websites?
Is there any use of favicon.ico for mobile websites? will it be shown in browser address bar and tabs in mobile websites
We use apple icons <link rel="apple-touch-icon" ...
12
votes
6answers
6k views
How can I autoplay media in iOS >= 4.2.1 Mobile Safari?
I cannot seem to get audio media to play in Mobile Safari on iOS 4.2.1 in any situation other than the handler of a click event performed by the user. Even then, if player.play() is called in any ...
12
votes
2answers
1k views
Techniques for profiling memory in Safari desktop and iOS?
Updated 10/21: Changed title and question in order to possibly get an answer (other than "no").
We're experiencing leaks in Safari (confirmed in Windows and Mac, suspected in iOS). Are there any ...
12
votes
2answers
3k views
Remove textarea inner shadow on Mobile Safari (iPhone)
By default, it seems Mobile Safari adds the top inner shadow to all input fields, including textarea. Is there a way to remove it?
It's especially ugly when you have a white background.
Thanks!
12
votes
3answers
6k views
How can I get jQuery UI's Draggable and Sortable functions to work on the iPhone?
I have a page that uses JQuery UI; in particular the Sortable interaction.
The page works fine for desktop web browsers with mice, however I can't get the drag-drop functionality to work on Mobile ...
11
votes
2answers
235 views
How do you override the window.location error event?
The general problem
In Javascript, I need to be notified when there's an error loading a URL and override the default behavior. For example, executing the following on iOS Safari...
window.location ...
11
votes
3answers
1k views
HTML5 video on iOS5 not loading/showing
I have an HTML/JS app running in a webview in an iPad app. The app uses the HTML5 video tag. Videos work fine in iOS4.3 but today I've tested on iOS5 and the videos simply do not show up.
I have ...
11
votes
2answers
895 views
iPhone “Bookmark to Homescreen” removes cookies and session?
Right now I am developing a Webbased Application, where the User has to login first.
When I open the Page by iPhone Safari, login and restart Safari, I am still loggedin (Cookie & Session ID ...
11
votes
4answers
1k views
Use Javascript to get selected text in Mobile Safari
So I'm working on a bookmarklet where it would be ideal for me to grab the content selected by the user using the "loop". Both window.getSelection and document.getSelection are functions that I can ...
11
votes
3answers
4k views
Is it possible to force ignore the :hover pseudoclass for iPhone/iPad users?
I have some css menus on my site that expand with :hover (without js)
This works in a semi-broken way on iDevices, for example a tap will activate the :hover rule and expand the menu, but then ...
11
votes
8answers
16k views
iPhone Safari does not auto scale back down on portrait->landscape->portrait
I have a very simple HTML page with this META tag for the iPhone:
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=no" />
Using the ...
11
votes
4answers
2k views
Adding a header view to a UIWebView similar to Safari and Articles
I'd like to add a header view to an UIWebView similar to the address/search bar in MobileSafari and the excellent Articles.app by Sophia Teutschler. More precisely, I'd like to create a "pull to fix ...
11
votes
3answers
5k views
Set textbox focus in mobile safari
Hey, I was wondering how to set the focus to a text box in Mobile Safari.
I've tried document.myForm.myTextArea.focus() which works in regular Safari, but it does not seem to work in Mobile Safari.
...
11
votes
3answers
10k views
Drag and Drop in MobileSafari?
Is it possible to allow users to drag and drop items in mobile safari? Google images on the iPhone does something similar, but I'm not sure if it is true drag and drop or some other work around. ...
10
votes
3answers
2k views
iOS 4.2+ webfont (ttf) 's bold font-weight rendering bug
This one is quite specify: specify ttf font rendering font-weight:bold incorrectly on iOS mobile safari, open demo site with iphone/ipad with iOS 4.2/4.3 Beta 3 or above:
(this is Reenie+Beanie from ...
10
votes
5answers
789 views
Cancel single image request in html5 browsers
I'm loading (large) images dynamically to draw into a html5 canvas, something like this:
var t = new Image();
t.onload = ...
t.src = 'http://myurl';
But every once in a while would like to cancel ...
10
votes
2answers
2k views
Font size issue with iPhone
Im currently working on a mobile version of a website, everything is great, works fine on an iPhone, Blackberry and Android.
I have one slight problem, not a big deal but still a little annoying. I ...
10
votes
3answers
881 views
Scrolling to selected element while typing on iphone safari virtual keyboard
I am building an iphone webapp and have a page with an input field. I'd like the field to scroll up to just above the virtual keyboard when it shows up. I've tried putting a scrollTo(x,y) on the input ...
10
votes
3answers
15k views
Can iPhone web apps get GPS position?
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 for example, to let ...
10
votes
3answers
1k 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, ...
9
votes
6answers
6k views
Startup image in webapp for Retina display?
Anybody know how to get iOS to display higher resolution startup image when using ? Currently I'm stuck with 460x380 image which obviously looks horrible when displayed on iPhone 4's high dpi ...
9
votes
4answers
3k views
<input type=“submit”> padding bug on Safari mobile?
(This is similar to the (also unanswered) question #3430506, but applies to input tags instead of HTML5 elements.)
On <input type="submit"> buttons, the iPhone/mobile Safari browser adds ...
9
votes
3answers
9k views
Can you access the iPhone camera from Mobile Safari?
Is there a JavaScript API for accessing the the iPhone's camera from Mobile Safari?
9
votes
2answers
6k views
How to add a contact to the iPhone's Address Book from a Web Page?
In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that ...
9
votes
6answers
5k 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 Safari 1.2 and ...
8
votes
4answers
686 views
PhoneGap - Keyboard makes the screen go black and flickery for some time on Samsung Galaxy Tab 10.1
I am developing mobile apps using HTML5 & CSS3 using PhoneGap. My problem is that whenever I touch a textbox on my webpage running on the Samsung Galaxy Tab 10.1 (Android v3.1), it shows the ...
8
votes
2answers
430 views
Fixed position navbar only clickable once in Mobile Safari on iOS5
I'm using Twitter Bootstrap to style an iPad optimized website and am running up against an interesting bug in Mobile Safari on iOS5.
After tapping on an anchor link in the fixed position navbar, it ...
8
votes
1answer
662 views
iOS 5 Safari and the IFRAME element
Where can I find documentation about the new behavior of the IFRAME element in iOS 5 Safari? Empirical evidence suggests that IFRAMEs now will expand to fit the content, expanding the containing ...
8
votes
4answers
436 views
Playing HTML5 video backwards on iOS
I'm trying to play an HTML5 video in reverse on an iPad (The video needs to switch between forward and reverse arbitrarily based on user input).
The HTML5 <video> element includes a property ...
8
votes
1answer
2k views
What's new for web developers in iOS 5 Safari?
From the Apple WWDC we have learned that iOS Safari 5 has tabs, and the new Reader and Reading List functionality.
None of which is particularly informative for web developers. What are the new ...
8
votes
1answer
938 views
Find all registered mime-types / url scheme protocols (intent filters) on iOS ( iPhone / iPad / iPod )
I'm a mobile web developer, and I'd like to test a few iOS devices to see what mime-types and url schemes the average iOS device can accept.
On Android I'm able to install an app called ...
8
votes
2answers
2k views
Prevent default Press but not default Drag in iOS MobileSafari?
Context: Web app on MobileSafari/iPad, both full-screen and embedded in iframe
Goal: Technique that provides custom event handlers for Press and Tap but not Pinch (zoom) or Drag (scroll/pan). We ...
8
votes
3answers
7k views
iPhone 4 Retina “apple-touch-startup-image” for Web-apps
This has been asked multiple times here, but without a solid and understandable answer. This is a web-app, not a native-app.
I'm using:
<link rel="apple-touch-startup-image" ...
8
votes
2answers
1k views
How can I disable the spell checker on text inputs on the iPhone
Sometimes the spell checker is unnecessary, captchas, usernames, emails, etc. Is there a way disable it on some text inputs/text areas?