browserslist-useragent-ruby
browserslist-useragent-ruby copied to clipboard
[No merge] added edge mobile as family with specs
As edge is based on chromium now we also have edge mobile on Android etc.
I think mapping Edge Mobile to Edge is not really correct since the versions are not equal on desktop and mobile (85.0.564.41 vs 45.07.2.5057 as of now). This is also not handled by browserslist itself at the moment (https://github.com/browserslist/browserslist/issues/493).
Also the Edge mobile version is not a valid Semantic Version which causes Semantic::Version.new('45.07.4')
to crash.
Any news on this? As far as I know, this is still an issue.