I have an Ionic Cordova project and I’m facing an issue on Android 15 devices (specifically Samsung S22 and S23).
When I open the app, the top (status bar / safe area) and bottom (navigation bar) areas are overlapping with the content. Some buttons or texts are partially hidden behind these system bars.
I tried adding styles like:
ion-app {
padding-top: env(safe-area-inset-top);
}
But this doesn’t fully solve the issue. On iOS devices everything looks fine, this only happens on Android 15 (Samsung s22, s23 etc.).
Has anyone else experienced this problem? Do I need to add special safe area handling or a configuration for Android 15?
Thanks in advance 
2 posts - 2 participants





