You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a desktop site with this MR, it is now detect to be iOS. #548
However, the version of iOS cannot be detected from the user agent.
How to reproduce
irb(main):034> Browser.new('Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/130 Version/11.1.1 Safari/605.1.15').platform.ios?
=> true
irb(main):035> Browser.new('Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/130 Version/11.1.1 Safari/605.1.15').platform.version
=> "0"
What do you expect
Add a method to detect iOS desktop site requests.
At the same time, it might be better to revert this MR.
The text was updated successfully, but these errors were encountered:
Description
When requesting a desktop site with this MR, it is now detect to be iOS.
#548
However, the version of iOS cannot be detected from the user agent.
How to reproduce
What do you expect
Add a method to detect iOS desktop site requests.
At the same time, it might be better to revert this MR.
The text was updated successfully, but these errors were encountered: