Skip to content

Instantly share code, notes, and snippets.

@bernardchri
Last active July 4, 2020 21:32
Show Gist options
  • Select an option

  • Save bernardchri/3ec131ba4d07ef7a99a5ce15bad6180f to your computer and use it in GitHub Desktop.

Select an option

Save bernardchri/3ec131ba4d07ef7a99a5ce15bad6180f to your computer and use it in GitHub Desktop.
[bloc zoom ios] bloc-zoom-ios #website #ios #zoom
document.addEventListener('touchmove', function (event) {
if (event.scale !== 1) { event.preventDefault(); }
}, { passive:false });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment