Skip to content
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

on IOS, firefox browser return false for isIOS and meta.name = "Safari" #11

Open
mysteriousHerb opened this issue Apr 24, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@mysteriousHerb
Copy link

No description provided.

@cschweda cschweda added the bug Something isn't working label Apr 28, 2020
@cschweda cschweda self-assigned this Apr 28, 2020
@pegasi51b
Copy link

I have the same issue on IOS and Safari browser.
isSafari gives me false but meta.name gives "Safari"

@cschweda
Copy link
Contributor

Thanks. I will take a look at this shortly.

@cschweda
Copy link
Contributor

Can you supply the returned meta.ua info please?

@jwoertink
Copy link

Also getting this, along with the wrong version showing. Here's the data from the demo page:

"root":
"isOpera": false
"isEdge": false
"isFirefox": false
"isSafari": false
"isIE": false
"isChrome": false
"isChromeIOS": false
"isIOS": true
"meta":
"name": "Safari"
"version": "605"
"ua": "Mozilla/5.0 (iPhone; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants