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

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

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

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

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

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

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