It seems to be related to the bottom-safe-space because it happens only when there is a navigation bar (Android) or a home indicator (IOS). Maybe something changed with Capacitor 8 with the render or the safe-area.
I’m trying to fix this but maybe someone has occurred and fixed this before?
I didn’t using it but I tried to install and defined this configuration :
SystemBars: {
insetsHandling: 'css',
},
Unfortunately, that doesn’t change anything in my case
This is very strange because my modal opens and just after the opening, there is a jump as if a spacing style was added using JS but I don’t see anything (and there is no change in my code).