khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
164 stars 11 forks source link

Pull out side menu like a drawer #433

Closed Kangaroux closed 4 months ago

Kangaroux commented 5 months ago

Swiping left when on the image list should pull out the side menu as a drawer. It's easy to misclick the drawer icon on a phone. The drawer icon is also not visible once you're in a search.

khoadng commented 5 months ago

This feature is already supported, but to make it easier to open the drawer, you may need to expand the swipe area. The Android back gesture can conflict with the drawer when Gesture Navigation is enabled. You can find and adjust this setting in the Accessibility options.