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

Force A Numeric Keyboard But Allow Punctuation: Html5, Mobile Safari

I'm building an HTML page to be viewed in mobile Safari [and other platforms]. The page lets th… Read more Force A Numeric Keyboard But Allow Punctuation: Html5, Mobile Safari

Selecting A File To Upload Causes Mobile Safari To Crash

I've been experiencing behaviour on, at least my iPhone 6 Plus, when using the to let the user… Read more Selecting A File To Upload Causes Mobile Safari To Crash

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

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

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?

Animation Speed Not Changing In Safari/chrome Iphone

I am using a keyframe animation to rotate the circle. It is working fine in android browsers, chrom… Read more Animation Speed Not Changing In Safari/chrome Iphone

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?