detect-mobile-browser
detect-mobile-browser copied to clipboard
It is a very simple & small javascript lib to detect all major modern mobile browsers in both backend & frontend
Hello there, another strange bug seems to appear: `SmartPhone.isAny()` says true when opening the web page with Firefox on Windows 10 Desktop. User Agent: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:39.0)...
Why is this not working?..sorry if i'm misunderstanding something Untitled Document window.onload = function(){ alert("isAny " + SmartPhone.isAny()); alert("isAndriod " + SmartPhone.isAndroid()); }
I think you should have chosen "Mobile" as tablets are not phones, other than that this is great :). Also i find it odd that you are using `browser-detector` as...