browser-detect
browser-detect copied to clipboard
Wrong browser detection on ipad chrome
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.