媒体查询适用于所有智能手机吗

发布于 2024-12-06 05:45:28 字数 119 浏览 1 评论 0原文

我正在尝试开发一个移动应用程序,它应该在所有智能手机、平板电脑和一些功能手机上运行。我之前使用过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你是暖光i 2024-12-13 05:45:28

您可以查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文