browserslist-useragent-ruby icon indicating copy to clipboard operation
browserslist-useragent-ruby copied to clipboard

Results 7 browserslist-useragent-ruby issues
Sort by recently updated
recently updated
newest added

Prevent exceptions in cases where version numbers have zero padded segments. I added a couple of test cases for user-agents that are known to contain zero padded segments. Namely the...

This is potentially a bug, or some imprecision/ambiguity in one of the code comments. There are two cases related to resolving the iOS version within `resolver.rb` https://github.com/browserslist/browserslist-useragent-ruby/blob/f17624b1c678a34d67038efcb17394b0175317ae/lib/browserslist_useragent/resolver.rb#L20-L34 Case B explains;...

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...

My .browserlistrc contains "samsung 12.0" and "samsung 11.1-11.2" but they were not detected as compatible browsers. This should fix it.

Bug mentioned in: Opera Mobile on Android not detected #15

* **I'm submitting a ...** - [x] bug report * **What is the current behavior?** `matcher.browser?` returns `false` even though it is in my .browserlistrc * **What is the expected...

We're using this gem and on the following Chrome 53 UA string: ``` Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.5.0289.5916 Safari/534.43 ``` We received the following error:...