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

Detecting Safari instead of Chrome on Android version 7.1.1 #18

Open
dcc82 opened this issue Jun 28, 2018 · 2 comments
Open

Detecting Safari instead of Chrome on Android version 7.1.1 #18

dcc82 opened this issue Jun 28, 2018 · 2 comments

Comments

@dcc82
Copy link

dcc82 commented Jun 28, 2018

Hello,
I have an Android hybrid app built with Cordova, and it somehow shows "Safari version 4.0.0" on Android v7.1.1
Would you please check it out and see if it's a bug in your library?
Thanks.

Please see the screenshot below.
screen shot 2018-06-28 at 10 06 02 am

@KennethanCeyer
Copy link
Owner

KennethanCeyer commented Jul 30, 2018

Can you give me userAgent as a result like follows?

navigator.userAgent

I suppose that we need some agent to fix this issue 😕

@KennethanCeyer
Copy link
Owner

ASSIGNED

Related PR => #26

NOTE:

We're focusing on parser of userAgent
Because userAgent is a lot various.
It means even if we'll give a lot of RegExp for detecting userAgent, Eventually, we don't cover all of userAgent.

So we choose to support parser, and now, fortunately, work in progress
and We have also plan to make more tests for giving reliability to detect userAgent correctly.

#25 related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants