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
Describe the bug
Using the browser detection via browsers_phone.pm (set LevelForBrowsersDetection=allphones in the configuration file) does not detect the Edge browser, while it is correctly detected via the browsers.pm (set LevelForBrowsersDetection=2 in the configuration file).
To Reproduce
Steps to reproduce the behavior:
Configure LevelForBrowsersDetection=allphones
Use the Edge browser to load a page
Update the statistics
See that Edge is not correctly detected
Expected behavior
Edge is also correctly detected when using LevelForBrowsersDetection=allphones
Desktop:
OS: Windows
Browser Edge
Version 110.0.1587.41
Additional context
I have done a file comparison between browsers.pm and browsers_phone.pm and saw that Edge is completely missing from the latter file.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the browser detection via browsers_phone.pm (set
LevelForBrowsersDetection=allphones
in the configuration file) does not detect the Edge browser, while it is correctly detected via the browsers.pm (setLevelForBrowsersDetection=2
in the configuration file).To Reproduce
Steps to reproduce the behavior:
LevelForBrowsersDetection=allphones
Expected behavior
Edge is also correctly detected when using
LevelForBrowsersDetection=allphones
Desktop:
Additional context
I have done a file comparison between
browsers.pm
andbrowsers_phone.pm
and saw that Edge is completely missing from the latter file.The text was updated successfully, but these errors were encountered: