Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了仅存在于 iOS 7 版本的 Safari 中的样式问题。我无法确定如何使用 CSS 媒体查询来检测用户是否在该设备上,或者 iOS 7 设备的确切用户代理是什么。
有什么帮助吗?
你试一试:
navigator.userAgent.match(/(iPad|iPhone);.*CPU.*OS 7_\d/i)
iPhone/iOS7 用户代理字符串如下所示:
Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53