Skip to content

Instantly share code, notes, and snippets.

@aghassemi
Last active September 26, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aghassemi/8fa76ecfb2c34f42dc879f458a16cebd to your computer and use it in GitHub Desktop.
Save aghassemi/8fa76ecfb2c34f42dc879f458a16cebd to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>play swipe bug</title>
</head>
<body>
<p>Start a scroll swipe by placing finegr on top of the `play` icon in the video, notice video starts playing despite gesture being a swipe not a tap</p>
<video
playsinline
controls
muted src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
poster="https://drive.google.com/uc?export=view&id=0B2jMfIObSlqQUnBrWm03aGx4NGc"
width="400"
height="300">
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment