White screen issue on Android only — works fine in browser

Hey all,
My Ionic app works fine in the browser but shows a white screen when installed on Android. I’m using Capacitor 5. Tried clearing the webview cache and rebuilding, but no change. Has anyone seen this happen only on Android devices?

A white screen usually means there is a JS error due to the Android WebView not supporting a specific JS feature. Open Chrome DevTools when debugging in Android Studio by going to chrome://inspect/#devices and see what errors there are in the console.

Typically you’ll need to update the WebView in the Google Play Store or polyfill the JS features not supported.