iOS 仅有 CSS 文件?
有没有办法包含仅适用于 iOS 的 CSS 文件?谢谢。
如果这是在浏览器端完成的,那将是首选,尽管服务器端检测如果运行良好的话可能是一个可行的选择(服务器是基于Python Flask的)
Is there a way to include a CSS file that only works for iOS? Thanks.
It would be preferred if this is done browser side, although server side detection could be a viable option if it works well enough (server is python flask based)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 CSS 媒体查询:
http://www.mobilexweb.com/博客/iphone4-ios4-检测-safari-viewport
You can use CSS media queries:
http://www.mobilexweb.com/blog/iphone4-ios4-detection-safari-viewport
你可以使用一些javascript
You could use some javascript