Questions tagged [mobile-safari]

A mobile version of Apple’s Safari web browser.

On January 9, 2007 Steve Jobs announced the mobile version of the (Apple) Safari browser.

Mobile Safari is based on the same WebKit rendering engine as the desktop version, but with a modified feature set better suited for a mobile device.

The iPhone and the iPod Touch both run a device-specific version of Safari that has a few peculiarities, ranging from rendering and media capabilities (i.e., no Flash) to JavaScript and DOM quirks.

4594 questions
3
votes
1 answer

Unable to drag the hierarchy tree in iOS Browser - thejit

Unable to drag the spacetree in safari browser on IPhone simulator. I tried below examples on my safari browser in IPhone Simulator.…
Muthukumar
  • 8,679
  • 17
  • 61
  • 86
3
votes
3 answers

Problems with sencha touch application inside an iframe

In my webpage I have to show the contents of another webpage which is done using sencha touch.I am using iframes for this purpose.But the problem is that the select menu in the sencha touch webpage(loaded through iframe) is not coming when viewed in…
user700284
  • 13,540
  • 8
  • 40
  • 74
3
votes
1 answer

Application crashes - Webcore - iOS 5.1.1

Application is crashing on webcore, In our application we are loading HTML5 page on UIWebview. When the user navigate to different screens on UIWebView, application gives alert pop up, and when user click on OK button, it crashes. PS Note: This…
JainAnk
  • 205
  • 3
  • 13
3
votes
4 answers

orientation bug with -webkit-overflow-scrolling : touch

I have been playing around with -webkit-overflow-scrolling:touch; for a while and I getting randomly the following problem: I only need scroll top/bottom ( width is fixed ), but sometimes the user needs to scroll left and right to trigger the…
DanielDMO
  • 86
  • 1
  • 9
3
votes
1 answer

z-index on safari mobile

I'm making a webapplication. When I show an overlay, it covers my whole screen, even elements with bigger z-index. When I console.log the z-indexes, overlay is 20 and content is 80. Now, the div I want in front is nested in an other div. Could this…
Tom Broucke
  • 249
  • 2
  • 13
3
votes
1 answer

Facebook mobile Safari not working

I have implemented Facebook Connect SSO to my website at http://pocketly.com/login and it seems to work across all Desktop browsers. But for some reason it does not work on my iPhone, I have tried with both Mobile Safari and Mobile Chrome and all…
smitt04
  • 3,018
  • 2
  • 28
  • 30
3
votes
3 answers

CSS doesn't render correctly on iOS when zooming in

I want to render a sidebar. My CSS works pretty well when rendered on a desktop browser, even when I zoom in. However, on an iOS device, zooming in on the page (via pinch-to-zoom) renders the sidebar over the content. Last I checked, I remember…
kibibyte
  • 3,007
  • 5
  • 30
  • 40
3
votes
1 answer

iOS Safari Mobile: Doesn't show huge images in correct size

When I display an image with a width of 1600px it's shown correctly. But when I display an image that has, for example 1920px width, Safari displays it way smaller. I use:
insertusernamehere
  • 23,204
  • 9
  • 87
  • 126
3
votes
2 answers

How do I 'hide' content off screen on the iPhone?

I'm building a responsive web app where the mobile/skinny part of it hides various panels off screen. I have found that positioning these items off to the right-hand side i.e. left: 100% 'hides' does not hide the item correctly because mobile safari…
Zander
  • 2,471
  • 3
  • 31
  • 53
3
votes
1 answer

Adjust border-radius on input type search not working on mobile safari

Here's my html:
and my css: input[type="search"]{ height: 31px; …
DanV
  • 3,193
  • 4
  • 29
  • 43
3
votes
1 answer

Javascript touch events glitchy

I'm currently creating some sliders in Javascript, for use with touch, and the results I'm getting aren't all that I'd hoped for. When holding down one of the slider handles, it gets a translucent dark grey overlay (like all links do when you hold…
user1274763
3
votes
1 answer

How to Link to a Website or Safari within my iOS app

I am using Xcode to develop an iOS app and I need to know how to link a website to a button to open with in the app. I want o have a drop down bar that has buttons to return to a separate screen and a button to save the link to another place. Is…
user1392556
  • 31
  • 1
  • 2
3
votes
2 answers

how to make this jquery work in the UIWebView for iOS 5.1?

I have the following markup:
Location Name
700 S Grand Ave
Omaha
timpone
  • 19,235
  • 36
  • 121
  • 211
3
votes
2 answers

Close iPhone webapp

I want to just close or minimize (hide) full-screen iPhone web application. How to do this? window.close(); doesn't work.
noober
  • 4,819
  • 12
  • 49
  • 85
3
votes
1 answer

Detecting HTTP 302 during image load with JS

Is it possible to detect an HTTP 302 (Moved) response during an image load from JavaScript? We're using a simple DART ad banner image that does a request-redirect to show the actual creative. The src of the image points to the DART server, but if…
Andrew
  • 14,204
  • 15
  • 60
  • 104
1 2 3
99
100