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
We have to compare the supported browsers of our list with these versions but we are not sure if we can use 41 as 4.1 or if 41 is browser version a 4.4.3 is for OS version, etc.
Hey, thanks for working on integrating this dataset into webhint! :)
WebView versions are a bit tricky, because the browser was coupled with the Android OS version for a while (until Android 5), but then it was possible to update the browser as an app separately, so the latest Chromium version number is used. Caniuse does this the same way, see the tooltip when clicking on "Android Browser*", for example.
We are working on this feature for webhint using your awesome package webhintio/rfcs#10
But we have found some inconsistency in the data (maybe we are not understanding well).
When we check the version of webview_android we receive different results:
If we check, at rule media we can see that is supported since version 1, https://github.com/mdn/browser-compat-data/blob/master/css/at-rules/media.json#L45 but the at rule viewport since version https://github.com/mdn/browser-compat-data/blob/master/css/at-rules/viewport.json#L92 but also other subproperty is for version 41 https://github.com/mdn/browser-compat-data/blob/master/css/at-rules/media.json#L201
We have to compare the supported browsers of our list with these versions but we are not sure if we can use 41 as 4.1 or if 41 is browser version a 4.4.3 is for OS version, etc.
https://developer.mozilla.org/en-US/docs/Web/CSS/@media
The text was updated successfully, but these errors were encountered: