Top "Mobile-safari" questions

A mobile version of Apple’s Safari web browser.

Mp4 video in html5 video tag not playing in mobile chrome and mobile safari

I have this code to play a video in a html5 page: <video autoplay loop id="bgvid"> <…

android html mobile-safari mp4 mobile-chrome
Is there an alternative method to use onbeforeunload in mobile safari?

Is 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 onbeforeunload
How to implement an onmousedown and onmouseup on an iPhone touch screen

I'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 onmouseup
Can't prevent `touchmove` from scrolling window on iOS

We are trying to scroll an element on our iOS web app while preventing the window itself from scrolling. We …

ios scroll mobile-safari preventdefault touchmove
IOS 7 - css - html height - 100% = 692px

I have a weird bug on iPad iOS7 landscape mode. What i was able to investigate is that in iOS7 …

html css mobile-safari ios7
Selecting text in mobile Safari on iPhone

I'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 zeroclipboard
Looking for an alternative for iScroll (Scrolling Div's on iOS/Webkit)

I 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-webkit
iOS 4.2+ webfont (ttf) 's bold font-weight rendering bug

This 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-safari
Problems with Page Cache in iOS 5 Safari when navigating back / unload event not fired

tl;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-cache
Preventing mouse emulation events (i.e. click) from touch events in Mobile Safari / iPhone using Javascript

In 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