Top "Mobile-safari" questions

A mobile version of Apple’s Safari web browser.

Location services in mobile Safari: Don't Allow is saved...forever? Even with reset

My web app using location services worked fine until I started testing "Do not allow" use cases. Now an iPhone …

ios geolocation mobile-safari
Hide address bar in mobile device browser

I know 1 way of doing this. <body onload="setTimeout(function() {window.scrollTo(0, 1)}, 100)"> ... </body> But this works …

html css mobile-safari mobile-website
How to avoid iOS automatic font size adjustment?

I am NOT talking about zooming the page, but rather the way MobileSafari on iOS automatically bumps up some font …

css ios mobile-safari
Can you access the iPhone camera from Mobile Safari?

Is there a JavaScript API for accessing the the iPhone's camera from Mobile Safari?

javascript iphone camera mobile-safari
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/…

javascript iphone frameworks mobile-safari
touchend event properties

If I catch all touchend events from mobile devices with: $(document.body).bind('touchend', function (e) { var touch = e.touches[0]; // …

javascript jquery touch mobile-safari touch-event
remove grey background on link clicked in ios safari / chrome / firefox

When you click (touch) a link in Safari (or chrome or firefox) for iOS, you get a grey background behind …

ios css mobile-safari mobile-chrome
Force link to open in mobile safari from a web app with javascript

When calling window.open() in a iOS web app, the page opens in the web app instead of mobile safari. …

javascript ios web-applications mobile-safari iphone-standalone-web-app
iPad Safari: How to disable the quick blinking effect when a link has been hit

Is there any way to disable that? I only mean in the browser... When you click a link or a …

ipad mobile-safari
How to remove Address Bar in Safari in iOS?

Old trick with window.scrollTo(0,1); doesn't work. And even worse, the address bar moves only a bit and gets stuck …

iphone ios mobile-safari ios5 address-bar