[Maverick] DrawerIconButton doesn't work when drawer is open
See original GitHub issueDescribe the bug
The DrawerIconButton works nicely to open the drawer, but nothing happens when you tap it again to close the drawer.
(On iOS you can swipe left to close the drawer, but on Android it can’t be closed without tapping on one of the menu options.)
Ignite version
Mavericks beta 2
Additional info
npx ignite-cli doctor
System
platform darwin
arch arm64
cpu 10 cores Apple M1 Max
directory DickensMaverick /Users/rb/Xcode/DickensMaverick
JavaScript (and globally-installed packages)
node 18.4.0 /Users/rb/.nvm/versions/node/v18.4.0/bin/node
npm 8.12.1 /opt/homebrew/bin/npm
expo-cli 5.4.12
npm 8.12.1
yarn 1.22.19 /opt/homebrew/bin/yarn
ignite-cli 7.13.1
react-devtools 4.24.7
pnpm - not installed
expo 46.0.10 managed
Ignite
ignite-cli 7.13.1 /opt/homebrew/bin/ignite
ignite src build /Users/rb/.config/yarn/global/node_modules/ignite-cli/build
Android
java 11.0.16 /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/java
android home - /Users/rb/Library/Android/sdk
iOS
xcode 13.4.1
cocoapods 1.11.3 /opt/homebrew/bin/pod
Issue Analytics
- State:
- Created a year ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Open drawer on clicking AppBar - flutter - Stack Overflow
I tried to make an iconbutton myself on the leading position but this button can't open the drawer even with „Scafold.of(context).
Read more >Open Flutter Drawer on Pressing AppBar OR Button - YouTube
Learn how to open drawer by clicking AppBar inside Flutter. We also create an action icon button which will open the drawer programmatically ......
Read more >Leading in AppBar won't open drawer after I change ... - GitHub
I want to change leading icon in AppBar to an image (user profile image). But after I change it, this leading image counldn't...
Read more >How to open drawer on button click in Flutter? - FlutterCentral
Usually, there will be an Icon button added to appbar when you add a drawer to the scaffold. But when you have a...
Read more >Soft back button not working at times - OnePlus Community
Most of the times back doesn't work even after hitting repeatedly. To reproduce reliably, double tap quickly on the app drawer icon in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, I didn’t know about that – looks very useful – thank you!
Resolved by https://github.com/infinitered/ignite/pull/2167