Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What percentage of mobile browsers support CSS media queries?

I'm developing a new website with mobile support, and I want to try using "responsive design"/"adaptive design"/CSS media queries. I'm wondering if there's a recent report of mobile browsers that support media queries. If not, what is a reasonable approximation?

like image 881
Leo Jiang Avatar asked Jul 21 '12 21:07

Leo Jiang


1 Answers

I use this site all the time when I need to check out cross-browser support: caniuse.com This site says support for media queries (across all browsers) is at 78.37%

Support for mobile browsers is at 100%.

like image 108
jshawl Avatar answered Oct 07 '22 03:10

jshawl