Ability to open/close permanent drawer
closed
Chris Drackett
being able to have a permanent drawer is great, but I'd love to provide a way to still open/close the drawer programmatically in some cases.
For example:
- when a user of an app is writing a post focus on the writing screen and remove the sidebar as a distraction.
- give the users an ability to hide or show the navigation as needed via an icon (see the Bear notes app)
satya164
closed
You can just update the
drawerType
when you don't want a permanent sidebar, or hide drawer with display: 'none'
style. This is already possible.Sascha Reuter
Chris Drackett did you find a workaround for this by any chance?
h
hossein mohammadi
I think you could use another type of drawer
Sascha Reuter
hossein mohammadi: the other modes all make the main screen not usable until the drawer is closed again