graphics = new GraphicsDeviceManager(this);
graphics.IsFullScreen = true;
The code doesn’t hide the navigation bar. Any solution to this?
graphics = new GraphicsDeviceManager(this);
graphics.IsFullScreen = true;
The code doesn’t hide the navigation bar. Any solution to this?