barisaydinoglu / Detectizr

A Modernizr extension to detect device, device model, screen size, operating system, and browser details
http://barisaydinoglu.github.io/Detectizr
MIT License
413 stars 77 forks source link

Added Chromebook support #31

Closed dsizomin closed 9 years ago

dsizomin commented 9 years ago

Current behavior: device.type returns "mobile" when launched on Chrome OS. Solution: added check which looks for "CrOS" in user agent string and sets device.type accordingly.