Skip to content

Instantly share code, notes, and snippets.

@kymtwyf
Created April 14, 2017 18:42
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 kymtwyf/e27abaa7c108cced3d354e148fba00a9 to your computer and use it in GitHub Desktop.
Save kymtwyf/e27abaa7c108cced3d354e148fba00a9 to your computer and use it in GitHub Desktop.
mobile web 去掉回弹效果
$("body").on('touchmove', function(e) { e.preventDefault() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment