Skip to content

Instantly share code, notes, and snippets.

@conundrumer
Created November 16, 2017 03:29
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 conundrumer/fa7e18d2dbfcd104cfc95e8643e9bbd4 to your computer and use it in GitHub Desktop.
Save conundrumer/fa7e18d2dbfcd104cfc95e8643e9bbd4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
}
</style>
</head>
<body touch-action="none">
<h1>touch drag out of the viewport to cause touchend bug</h1>
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment