vitaliy-p
2/6/2017 - 1:05 PM

Check mobile or not by test window.orientation

Check mobile or not by test window.orientation

if (typeof window.orientation !== 'undefined') { ... }