Implement real immersive mode in Android

Although the Android app is not showing the status and navigation bars after the screen is tapped once, the app is still not in the immersive mode, because when you scroll a page in the bottom area of the screen, then you quite often accidentally trigger the navigation bar, thus switching to the home screen of Android, which especially often happens when you read PDFs in horizontal mode.
This wouldn't be the case in the real immersive mode, where the first trigger of the navigation bar would just reveal the navigation bar itself, as recommended by Google: https://developer.android.com/develop/ui/views/layout/immersive and implemented by other reading apps like Moon+ Reader: https://play.google.com/store/apps/details?id=com.flyersoft.moonreader

Could you please take a look at it, as this is slowly driving me crazy?
Sign In or Register to comment.