Advertisement
chernov2000

Проверка на тач

Feb 5th, 2024
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function isTouchDevice() {
  2.             return 'ontouchstart' in window || (window.matchMedia('(hover: none)').matches);
  3.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement