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

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

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?

Vimeo Player Js Api Is Not Working In Ios

I'm trying to use the API to play a video, but it only works after you click the play button in… Read more Vimeo Player Js Api Is Not Working In Ios

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

Cross-platform Method For Removing The Address Bar In A Mobile Web App

I am working on a mobile web app and am trying to remove the address bar. Its easy enough, unless t… Read more Cross-platform Method For Removing The Address Bar In A Mobile Web App

Bind Events To All Text Input Fields In All Backbone Views

I am looking for a way to create global bindings that will span all views within the app, so that I… Read more Bind Events To All Text Input Fields In All Backbone Views