Add webviews as separate browsers

Author: romainmenkeCreated Sep 24, 2024Updated Sep 24, 2024

Relevant links:

The core idea seems to be that webviews often have the same underlying engine as the core browser of each respective platform but doesn't have feature parity.

The difference in supported features is now being tracked by MDN browser compat data.

Ideally it would be possible to craft browserslist queries for these as well.


I now mostly use mdn data for both cssdb (postcss-preset-env) and polyfill-library. But autoprefixer uses caniuselite, right?

Is adding support for webview_ios and webview_android in browserslist dependent on it also being upstreamed in caniuse?

Source: browserslist/browserslist