A mobile version of Apple’s Safari web browser.
I have this code to play a video in a html5 page: <video autoplay loop id="bgvid"> <…
android html mobile-safari mp4 mobile-chromeIs there an alternative method to use instead of onbeforeunload in mobile-safari? I've noticed that Google was able to capture …
javascript ios mobile-safari onbeforeunloadI've very new to HTML/JavaScript but am learning… I want to make a button on an iPhone that runs …
javascript iphone mobile-safari onmousedown onmouseupWe are trying to scroll an element on our iOS web app while preventing the window itself from scrolling. We …
ios scroll mobile-safari preventdefault touchmoveI have a weird bug on iPad iOS7 landscape mode. What i was able to investigate is that in iOS7 …
html css mobile-safari ios7I'm trying to make it easy for an iphone user to copy some text to the clipboard in mobile safari. …
javascript iphone copy mobile-safari zeroclipboardI built a complex forms over data mobile application and am now looking for a solution to persist the position …
android html scroll mobile-safari mobile-webkitThis one is quite specify: specify ttf font rendering font-weight:bold incorrectly on iOS mobile safari, open demo site with …
iphone ipad ios css mobile-safaritl;dr - Safari on iOS 5 is caching so hard, it is breaking my site. I am struggling with the …
javascript ios5 mobile-safari web browser-cacheIn doing a single page Javascript app with interactive DOM elements I've found that the "mouseover-mousemove-mousedown-mouseup-click" sequence happens all in …
javascript ios mobile-safari dom-events