I turned my web app into a PWA and when I'm inside the app and I swipe up to see the 3 android navigation buttons it pushes the app up. I checked with other apps and this buttons appear on top of the app.
I tried adding this in the manifest.json but still not working as intended
"display_override": ["window-controls-overlay"]
Expected result: screenshot
Current result: screenshot