JoshBarr / on-media-query

A neat way to trigger JS when media queries change. No jQuery required.
283 stars 33 forks source link

Android Support Broken #5

Closed yahreen closed 12 years ago

yahreen commented 12 years ago

Does this work in Android?

I tried on a 2.3.6 phone as well as Android 2.2.3 with no results, despite working fine in dekstop Chrome & iOS. Even a simple alert("Hey"); rendered no results.

JoshBarr commented 12 years ago

Android support added with latest update. It requires a slightly different approach to the CSS (see the readme).