Hi,
Well, this solution hides the navigation bar, but if you touch the screen again, it is back, and that touch event is actually not being given to your app/game at all. So now you have to touch everything twice:
- you hide the nav bar
- first tap gives back the nav bar
- second tap with the nav bar already on will actually do what it needs to do
Anyboday has any working solution? Starting to implement an Android Monogame, basically this is the first thing you need, full screen without any nav/status/action bars …
Thanks in advance!