mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-27 07:25:48 +03:00
[GH-ISSUE #17] iOS 下 chrome 浏览器不支持,版本号详情,已发现版本号 87.0.4280.163 和 87.0.4280.77 #8
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @partyspy on GitHub (Apr 23, 2021).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/17
以上截图为 chrome 87.0.4280.163 版本
iOS 14.4.2 (根据统计数据,跟特定 iOS 版本关系不大)
@AEPKILL commented on GitHub (May 8, 2021):
写的时候还没有考虑到移动端,我有时间了测试一下
@AEPKILL commented on GitHub (May 8, 2021):
判断了一下,已经修复了
@partyspy commented on GitHub (May 14, 2021):
case 似乎还是不行?
@AEPKILL commented on GitHub (May 19, 2021):
再试一下呢,我手头没有 iOS 设备没法测试,我模拟器试了没问题了
@partyspy commented on GitHub (Sep 24, 2021):
最新反馈,还是不行呢,当前iPhone设备Safari 正常,chrome不正常。 (iOS 14.7.1 Chrome 92.0.4515.90)


图 1 为 chrome 情况(不正常),图二为 Safari(正常)
iPad 设备情况与 iPhone 相同, 图三 iPad chrome 下

@AEPKILL commented on GitHub (Oct 24, 2021):
修复了,再试一下呢
@partyspy commented on GitHub (Oct 26, 2021):
iOS 终端似乎可以,不过浏览器模拟 UA 还是不行。
@AEPKILL commented on GitHub (Oct 26, 2021):
是因为在 iOS 禁用了一些导致错误的检测,而这些检测又需要在 PC Chrome 上执行,而判断浏览器是根据 userAgent 来完成的。
要绕过这个需要一些其他判断浏览器的方法。