gpt4 book ai didi

jquery - 如何在 ios 7 中检测移动 safari 浏览器?

转载 作者:行者123 更新时间:2023-12-03 22:07:33 25 4
gpt4 key购买 nike

在ios7上检测移动Safari的官方方法是什么?

例如:

 navigator.userAgent.match(/(iPod|iPhone|iPad)/) 
&& navigator.userAgent.match(/AppleWebKit/)
&& navigator.userAgent.match(/OS 7/)

最佳答案

试试这个(也可以检测 iPod touch):

navigator.userAgent.match(/(iPad|iPhone|iPod touch);.*CPU.*OS 7_\d/i)

关于jquery - 如何在 ios 7 中检测移动 safari 浏览器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18944110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com