A mobile version of Apple’s Safari web browser.
My web app using location services worked fine until I started testing "Do not allow" use cases. Now an iPhone …
ios geolocation mobile-safariI know 1 way of doing this. <body onload="setTimeout(function() {window.scrollTo(0, 1)}, 100)"> ... </body> But this works …
html css mobile-safari mobile-websiteI am NOT talking about zooming the page, but rather the way MobileSafari on iOS automatically bumps up some font …
css ios mobile-safariIs there a JavaScript API for accessing the the iPhone's camera from Mobile Safari?
javascript iphone camera mobile-safariI'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-safariIf 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-eventWhen you click (touch) a link in Safari (or chrome or firefox) for iOS, you get a grey background behind …
ios css mobile-safari mobile-chromeWhen 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-appIs there any way to disable that? I only mean in the browser... When you click a link or a …
ipad mobile-safariOld 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