What percentage of mobile browsers support CSS med

2019-06-19 08:07发布

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?

3条回答
啃猪蹄的小仙女
2楼-- · 2019-06-19 08:29

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%.

查看更多
可以哭但决不认输i
3楼-- · 2019-06-19 08:29

About 80%. You don't need to worry about Android, Opera Mini and iOS, but then there's the other 20% with Bada, old Blackberry phones, Windows Mobile... So you should add a polyfill life respond.js which will be helpfull for desktop browsers than don't support media queries like IE8 and bellow.

查看更多
姐就是有狂的资本
4楼-- · 2019-06-19 08:42

About 87.14% support and 0.01% partial support. See more: http://caniuse.com/css-mediaqueries

查看更多
登录 后发表回答