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

Can't Scroll Iframe On Mobile Ios Safari

Even with overflow set to scroll, can't get the google forms iframe in an overlay to scroll, in… Read more Can't Scroll Iframe On Mobile Ios Safari

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?

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

How To Center Absolutely Positioned Children Of A Flex Container In Safari?

I have a container that contains both an image, and some text. I want the text to be vertically and… Read more How To Center Absolutely Positioned Children Of A Flex Container In Safari?

Problem With Duration Value Of Html5 Audio Element In Ios

I'm developing a web app for iOs device, but I have a problem with the html5 audio tag... I des… Read more Problem With Duration Value Of Html5 Audio Element In Ios

Font Size Issue With Iphone

Im currently working on a mobile version of a website, everything is great, works fine on an iPhone… Read more Font Size Issue With Iphone

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?

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

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

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

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?

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

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

Detect Iframe Load Error

I am loading a user-selected page into an iframe using the src property. If the load fails, I would… Read more Detect Iframe Load Error

Synchronous Redraw In Webkit/wait For Dom Update?

I'm manipulating the transform property like so in my webpage in order to achieve a scrolling e… Read more Synchronous Redraw In Webkit/wait For Dom Update?

How Do You Prevent Page Scroll In Textarea On Mobile Safari

I am trying to make a little note pad app for mobile safari for funzies but so far it doesn't s… Read more How Do You Prevent Page Scroll In Textarea On Mobile Safari

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

Input Checkbox Ridiculously Big On Ios Safari

Checked my site on iOS Safari and I get this huge checkbox input that looks like it's system st… Read more Input Checkbox Ridiculously Big On Ios Safari

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

Html5 Audio: How To Play Only A Selected Portion Of An Audio File (audio Sprite)?

I'm working on an iOS metronome web app. Since mobile Safari can only play one sound at a time,… Read more Html5 Audio: How To Play Only A Selected Portion Of An Audio File (audio Sprite)?