mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

after open drawer and end drawer, the button not working #40

Closed rachidev84 closed 4 years ago

rachidev84 commented 4 years ago

I use xiomi new device version android 9, the drawer still open and close , and the touch button of main screen not working that happen if I open drawer, if not the button on main screen works

cv692001 commented 4 years ago

Hey @rachidev84 , I am interested i solving this issue can you please elaborate :)

leithhobson commented 4 years ago

@cv692001

Sorry, I will come back to elaborate later, but basically, once you have opened the drawer once, clicking anywhere on the screen will only open/close the drawer, effectively disabling the entire content of the screen.

As I said, I'm in a rush now, and will update this comment ASAP

leithhobson commented 4 years ago

Hey @rachidev84 , I am interested i solving this issue can you please elaborate :)

@cv692001 as promised, here is my follow up.

Hopefully the issue is visible below, effectively, once you trigger the drawer a single time, it is as though it is on top of the screen, and any action on screen (other than selecting an item in the drawer) will result in opening/closing the drawer, regardless of what you are trying to select.

Look forward to any fix you are able to create. - I'm a complete flutter beginner

ezgif com-video-to-gif

leithhobson commented 4 years ago

This issue was resolved in fd483092033e496c981a8a038429790289175c93 @mitesh77 you can close it

mitesh77 commented 4 years ago

@leithhobson thanks