Open Rain336 opened 5 years ago
This is standard android behaviour. A swipe can also open the nav drawer.
I went through a few apps on my phone and found out that there some inconsistencies when it comes to this. Most apps actually use the default behavior how it is currently implemented but some apps also use what I described. Most notably GMail. The Material Design docs also don't specify a clear way to do this, so I don't know how to proceed from here.
Well, this behaviour is completely handled by the android navigation architecture, so I am assuming that this is supposed to be the default.
When you are in a sub menu of the drawer, the top left button is a back button to the title screen. Normally I would expect a button to open the drawer there because currently you always need to go to the title screen to change form for example Events to Maps.