Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mobile Safari

Mobile Safari - Reliable Callback For When Image Loads?

I try to load an image as such: var img = new Image(); img.src = 'mars.png'; img.onLoad = c… Read more Mobile Safari - Reliable Callback For When Image Loads?

Ios Safari Selecting Multiple Options Visually For Single Select

I'm using this 'empty optgroup' workaround to get iOS to show option elements with long… Read more Ios Safari Selecting Multiple Options Visually For Single Select

Hide Address Bar In Mobile Device Browser

I know 1 way of doing this. ... But this works only if the page is big enough to be scroll Solu… Read more Hide Address Bar In Mobile Device Browser

Is There A Bug In The New Ios 7.1 Minimal-ui Viewport Setting?

The new 'minimal ui' setting in iOS 7.1 is great for landscape websites. My web app uses a … Read more Is There A Bug In The New Ios 7.1 Minimal-ui Viewport Setting?

On Ipad, Video Doesn't Go Fullscreen Using Html5

I tried getting a video to display fullscreen on iPad using HTML5, but the result I get is: First … Read more On Ipad, Video Doesn't Go Fullscreen Using Html5

Unwanted Border Around Background Image Div

I am getting a slight line or border around my background image. I am dynamically changing the heig… Read more Unwanted Border Around Background Image Div

Safari Not Requesting Srcset Images On Resize

I want to provide responsive images, for that I use srcset attribute. Solution 1: The current stat… Read more Safari Not Requesting Srcset Images On Resize

Playing Html5 Audio In Ajax Response In Ios

After a lot of googling and researching, I have found out that iOS blocks autoplaying of html5 audi… Read more Playing Html5 Audio In Ajax Response In Ios