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

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

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)?

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

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

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?

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

Control Text Selection Behavior In Ios Mobile Safari And/or Uiwebview?

I have a long HTML document that contains multiple paragraphs. When I try to select the text either… Read more Control Text Selection Behavior In Ios Mobile Safari And/or Uiwebview?

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