Skip to content

Instantly share code, notes, and snippets.

@konratnox
Created December 14, 2015 13:50
Show Gist options
  • Save konratnox/da8e357427a4e739ea88 to your computer and use it in GitHub Desktop.
Save konratnox/da8e357427a4e739ea88 to your computer and use it in GitHub Desktop.
Проверка устройства пользователя
Для проверки устройства пользователя пишем
var ifDevice = navigator.userAgent.match(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i) != null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment