rafaelp / css_browser_selector

A very small javascript library that allows you to create browser specific CSS to be merged into your normal classes. No more hacks or mischievous code in your CSS code.
http://rafael.adm.br/css_browser_selector/
626 stars 168 forks source link

Problems with Android browser detection #23

Open mattots opened 11 years ago

mattots commented 11 years ago

If I use .android this seems to target Chrome on Android but no other Android browsers. .android.chrome or .android.firefox etc don't work at all.

I'm using the 0.6.1 version.