Skip to content

Instantly share code, notes, and snippets.

@aeldar
aeldar / detect-mobile-browser.js
Last active September 6, 2019 19:41
Detect mobile browser
/**
* @description assign a function window.isMobile() to detect is browser on a mobile device.
* Script for detecting mobile was taken from http://detectmobilebrowsers.com
*
* @type {Function|*}
*/
window.isMobile = window.isMobile || function() {
'use strict';