-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Browser Detection #53
Comments
same issue here |
Hello, same problem. |
This User Agent:
Is shown as |
Firefox on iOS is fixed here: #71 Best regards. |
same issue here |
@iWECon - the latest version fixes the firefox on ios issue or at least should; I'll build tests for it but you should be okay now. I'll circle back w/ tests before I close this. |
On iOS Safari
getBrowser()
would return "iPhone" as Browser and (for me) "9.0" as Version, which is actually enough for my purposes, but it could still be a problem for developers that need to go further than me in detecting Browsers. But using Mozilla Firefox on iOS, again the function returns "iPhone", but isn't able to detect the Version, therefore returns "unknown". I didn't test it for other Browsers on iOS but i'm assuming that it's not possible to detect the specific browser as well.Tested on an iPhone SE (iOS 9.3.5, newest versions of Firefox and (obviously) Safari, atm)
The text was updated successfully, but these errors were encountered: