You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Brave Browser is a popular alternative to Chrome, but there is no detection for it in the current library.
Describe the solution you'd like
Should be able to detect Brave Browser.
Describe alternatives you've considered
Considered not modifying this library and instead using it for all cases except Brave Browser, but then I just decided to commit to this lib.
The text was updated successfully, but these errors were encountered:
MattSenter
pushed a commit
to lolli/ngx-device-detector
that referenced
this issue
Feb 24, 2023
# Problem
There is no detection for Brave Browser in this library.
# Solution
Add `userAgentData` inspection to detect Brave Browser. Note that `userAgentData` can also be used to detect `Chrome` over the legacy `userAgent` string.
MattSenter
pushed a commit
to lolli/ngx-device-detector
that referenced
this issue
May 10, 2023
Is your feature request related to a problem? Please describe.
Brave Browser is a popular alternative to Chrome, but there is no detection for it in the current library.
Describe the solution you'd like
Should be able to detect Brave Browser.
Describe alternatives you've considered
Considered not modifying this library and instead using it for all cases except Brave Browser, but then I just decided to commit to this lib.
The text was updated successfully, but these errors were encountered: