Android Fullscreen not working properly

graphics = new GraphicsDeviceManager(this);
graphics.IsFullScreen = true;

The code doesn’t hide the navigation bar. Any solution to this?

1 Like