When playing a full screen game, my navigation buttons do not show. Some time ago, I switched to the swipe gesture so I could use the swipe up on the back button to hit the back button in my full screen game. That worked great! I could swipe up from the bottom right of the screen, and the back button would register in my game, taking me back to the screen before. Perfect! Since about a year ago, and immediately after an android update, I now have to swipe up to first reveal the status bar, and then have to swipe up again to hit the back button. If I want to hit the back button in the game, I now have to swipe up twice. I've been living with this, and have tried many Google and Android forum searches with no luck. They usually reveal some answer about how to deal with the navigation buttons programmatically, which is not what I want. I want to find out how I can re enable the swipe gesture to work when in full screen mode without having to first swipe up to reveal the status bar. Has anyone experienced this, or does anyone have any ideas? Things I've tried: 1. Go back to regular navigation buttons. When in full screen mode, these still don't show and I have to swipe up to reveal the status bar and the navigation buttons. 2. Many Google searches to re enable the feature that used to work 3. Searched through the settings to see if there was one for this issue. Tried a few of them, but they did not alter this behavior. Thanks! Steven
... View more