Hamburger Menu in Android 10
Product case on how Google and developers can resolve the issue.
Android 10 brings with it the new gesture-based navigation system. Swiping from the left edge of the screen now works as a back gesture. Earlier it used to reveal side hamburger menu. Hamburger menus have been the part of android since the beginning. The app developers use them for easy navigation within the app. Now the best way of accessing the menu is to tap on the hamburger icon at the top left corner of the screen. However, if we scroll down the page, this hamburger icon vanishes, and to access the menu, we have to navigate back to the top. Here is some potential solution to the problem.
Solution 1: Middle Swipe Gesture
Developers can modify their apps so that swiping towards the left from the middle of the app reveals the hamburger menu.
Issues:
- Some apps have tabs, and middle swipe is already mapped to switch these tabs.