We're using the gesture API to prevent the chrome navigation bar from
auto show-hiding, and have built our own top navigation bar. Because we
have our own top navigation bar, we've also disabled the tap-to-show on
the navigation bar.However, if you use Android's app switch button to
change apps, and then switch back to the AEM Mobile app, the native
navigation bar is now visible, but does not autohide. Tapping is
disabled, so it effectively never goes away.This does not happen on
iOS.Making matt...