Skip to content

Instantly share code, notes, and snippets.

@kamilklkn
Created January 26, 2021 23:01
Show Gist options
  • Save kamilklkn/bac563a54d8cf4cd481dedced51203bc to your computer and use it in GitHub Desktop.
Save kamilklkn/bac563a54d8cf4cd481dedced51203bc to your computer and use it in GitHub Desktop.
Belirtilen değerin dokunmatik destekleyip desteklemediğini geri döner.
const supportsTouchEvents = () =>
window && 'ontouchstart' in window;
//EXAMPLES
supportsTouchEvents(); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment