You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the sidebar drawer in the app can only be closed using the swipe gesture.
When the drawer is opened and the user taps outside the drawer area (on the overlay/background), nothing happens. In most mobile applications, tapping outside the drawer closes it automatically.
Current Behavior
Drawer opens successfully.
Drawer closes only by swipe gesture.
Tapping outside the drawer does not close it.
Expected Behavior
The drawer should close when:
user swipes the drawer, OR
user taps outside the drawer area.
This would improve user experience and make the drawer behavior more intuitive.
Steps to Reproduce
Open the app.
Open the sidebar/drawer.
Tap outside the drawer area.
Observe that the drawer remains open.
Additional Context
I have attached a screen recording demonstrating the issue and my tap interactions.
Is there an existing issue for this?
What happened?
Description
Currently, the sidebar drawer in the app can only be closed using the swipe gesture.
When the drawer is opened and the user taps outside the drawer area (on the overlay/background), nothing happens. In most mobile applications, tapping outside the drawer closes it automatically.
Current Behavior
Expected Behavior
The drawer should close when:
This would improve user experience and make the drawer behavior more intuitive.
Steps to Reproduce
Additional Context
I have attached a screen recording demonstrating the issue and my tap interactions.
Video Demonstration
issue.mp4
Record