Browserslist recommendation

Is there a recommended browserslist when building a JavaScript application for Capacitor?

Capacitor supports iOS 10+ and Android 4.4+

For the iOS side this browserslist query should cover all cases
“ios 10 - 13”

But what about the Android side. What Chrome/WebView version is supported on Android 4.4? Is it always the latest Chrome version because the latest Android System WebView also runs on Android 4.4?

Thanks for any recommendation

4 Likes