KennethanCeyer / browser-detect

:globe_with_meridians: simplify detecting your browser.
MIT License
132 stars 17 forks source link

Wrong browser detection on ipad chrome #25

Open nikhilsumtracker opened 6 years ago

KennethanCeyer commented 6 years ago

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.