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?

Html5 Video Element On Ipad Doesn't Fire Onclick?

I am using the video element in my HTML as following: Solution 1: This is a very late answer, but … Read more Html5 Video Element On Ipad Doesn't Fire Onclick?

Safari(ios): Embed Youtube Video Always Plays In Low Quality

I need to play YouTube Videos with at least 720p resolution on my mobile tv web app, but safari pla… Read more Safari(ios): Embed Youtube Video Always Plays In Low Quality

How Do You Add A Link That Will Add An Event To Your Iphone Calendar From Safari?

This seems like it should be simple but after a couple hours of googling I have not figured it out.… Read more How Do You Add A Link That Will Add An Event To Your Iphone Calendar From Safari?

How To Figure Out When A Html5 Video Player Enters The Full Screen Mode On Ios / Ipads?

The HTML5 tag offers the user a button to toggle on and off the fullscreen mode on Safari for mobi… Read more How To Figure Out When A Html5 Video Player Enters The Full Screen Mode On Ios / Ipads?

Why Ios Mobile Cannot Use Focus()

I'm trying to use the javascript function focus(), but it does not work on safari mobile. How d… Read more Why Ios Mobile Cannot Use Focus()

Container Height Issue Using Flexslider 2 Only On Ios Device

I have a flexslider slideshow with an image and a spot for featured text. On the full site it start… Read more Container Height Issue Using Flexslider 2 Only On Ios Device

Strange Click Event Bubble On Iphone Safari That It Stop Before Bubbling To Document.body

I have bind a click event as document.body.onclick = function(){alert('aaa')}; It do good b… Read more Strange Click Event Bubble On Iphone Safari That It Stop Before Bubbling To Document.body

Why IOS Mobile Cannot Use Focus()

I'm trying to use the javascript function focus(), but it does not work on safari mobile. How d… Read more Why IOS Mobile Cannot Use Focus()

How To Figure Out When A HTML5 Video Player Enters The Full Screen Mode On IOS / IPads?

The HTML5 tag offers the user a button to toggle on and off the fullscreen mode on Safari for mobi… Read more How To Figure Out When A HTML5 Video Player Enters The Full Screen Mode On IOS / IPads?