Ionic 6 default project white screen on Android 30 or below when using --prod

Digging further into your linked bug I was able to make the app display.

When I removed display: flex and position: absolute from .ion-page, the “white screen” dissappears and the app content is displayed as expected.

See this screenshot, I’ve circled where I edited.