Skip to content

Instantly share code, notes, and snippets.

@yoelnacho
Last active February 4, 2017 20:43
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 yoelnacho/1b8f04624c9e3a74961c251529ee3a95 to your computer and use it in GitHub Desktop.
Save yoelnacho/1b8f04624c9e3a74961c251529ee3a95 to your computer and use it in GitHub Desktop.
Fix - error iOS 10 pinch-to-zoom
document.documentElement.addEventListener('touchmove', function (event) {
event.preventDefault();
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment