browserclass
browserclass copied to clipboard
Hello, it looks like desktop class is added to BODY on any device I tested (iPhone 5S, Samsung S4 Mini). Testing setup http://codepen.io/transbetty/pen/zrvwXe.
I don't think "desktop" is all right..
I added a Bower manifest so that this script can be installed using Bower. Thanks!
inside your checkPlatform and checkBrowser functions it would be much more performant to return out of the function when a match is found rather than carry on testing.