-
Notifications
You must be signed in to change notification settings - Fork 101
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
How to detect Firefox browser in iOS #146
Comments
has this been addressed yet? |
@NeoHoffa I haven't done anything here as yet, because honestly, I'm not sure what options we have. In many ways it makes sense that this is returned as Safari, because that's pretty much what it is on iOS as far as I understand things. Just wrapped up slightly differently, but from a rendering engine perspective it's almost exactly the same 🤷♂️ |
There are subtle differences between Firefox iOS and Safari. In particular, you can't click on a blob url to trigger a file download in any browser except Safari because WebViews are broken. Would be nice if we could figure out a way to detect Firefox to workaround this. |
Interestingly mozilla-mobile/firefox-ios#6620 has been triaged as a bug and included on a project in that repo. Perhaps they are looking to get the |
Hi, thanks for a great package 🏅
It seems Firefox browser in iOS now returns "Safari" as browser name instead of "FxiOS" as before. Is there any other way to detect it in iOS?
Here is the UA from Firefox in my iPad:
The text was updated successfully, but these errors were encountered: