What percentage of mobile browsers support CSS media queries?

风流意气都作罢 提交于 2019-12-08 21:21:09

问题


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?


回答1:


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




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/11596031/what-percentage-of-mobile-browsers-support-css-media-queries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!