I developed a Progressive Web App (PWA) using Oracle APEX 24.2 with enable installable set. The app runs correctly in:
- Android browsers (safe area background color displays as expected).
- iOS Safari & installed PWA (safe area background color works fine).
However, when installed as a PWA on Android, the safe area (status bar/navigation bar area) appears black instead of matching the app’s background color.
How can I force the Android PWA’s safe area to use the app’s background color instead of black?
