Created
November 16, 2017 03:29
-
-
Save conundrumer/fa7e18d2dbfcd104cfc95e8643e9bbd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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