Skip to content

Instantly share code, notes, and snippets.

@eoikonomou
Created February 3, 2020 14:52
Show Gist options
  • Save eoikonomou/e67fcb3acc6e02b2f429b2eb4518f7ad to your computer and use it in GitHub Desktop.
Save eoikonomou/e67fcb3acc6e02b2f429b2eb4518f7ad to your computer and use it in GitHub Desktop.
Disable context menu popup on long touch in android devices
// disable context menu popup on touch devices
window.oncontextmenu = () => false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment