SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

Swipe on Video element does not work

Open drale2k opened this issue 13 years ago • 1 comments

Hey, any chance to get this working when swiping over an video element? I guess the

drale2k avatar Feb 01 '12 03:02 drale2k

I've also experienced this. In iOS at least, video elements capture all touch events and ignore their own z-index when touch events happen on an element above them. My solution is to keep the video element offscreen somewhere (or display:none) and use an image decoy. With some javascript you can pretty reasonably simulate the click-to-play video behavior.

rosemarydotworld avatar Feb 02 '12 17:02 rosemarydotworld