媒体查询适用于所有智能手机吗
我正在尝试开发一个移动应用程序,它应该在所有智能手机、平板电脑和一些功能手机上运行。我之前使用过 CSS3 媒体查询,并在 Android 和 iOS 中进行了测试,它的效果非常好。但是诺基亚和Bada OS呢,这行得通吗?
I am trying to develop a mobile application, which should run on all smartphones, tablets and some feature phones. I have used CSS3 media queries before and tested in Android and iOS, where it works like a charm. But what about Nokia and Bada OS, does this work ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 Peter-Paul Koch 提供的不可或缺的移动兼容性图表。只要浏览器是 Opera、Firefox 或使用 Webkit 引擎(几乎所有现代移动浏览器都这样做),媒体查询就得到很好的支持。不过,让它在较旧的 Blackberry 和 Windows Mobile 7 及更低版本上运行可能会遇到一些困难。
You can take a look at the indispensable Mobile compatibility chart from Peter-Paul Koch. Media Queries are pretty well supported, as long as the browser is Opera, Firefox or uses the Webkit engine (virtually all modern mobile browsers do). You might have some trouble getting it to work on older Blackberries and Windows Mobile 7 and lower though.