Android fullscreen sometimes breaks

Hi

I have an app wich runs in fullscreen mode. On iOS it works perfectly. But sometimes on Android I’ve noticed that the app is not always in fullscreen mode. So the top status bar with the notifications etc will overlap my app. Since I have left and right (side) menu in my app, in order to access the left and right menu I need to swipe the status bar up to so that the app is really in fullscreen mode.

Is there a way to fix this?

Fixed it …

turns out. Each time the keyboard comes up/down, the status bar also pops up. So now I hide the statusbar eachtime the keyboard comes up/down

can you please share more details how you fixed this issue?