kyle-gonzales / jeepni

A driver-centric jeepney app usable on the road that presents necessary work analytics, passenger statistics, and other important reminders for jeepney drivers.
3 stars 1 forks source link

Navigation Drawer Swiping in conflict with Map usage #32

Closed kyle-gonzales closed 1 year ago

kyle-gonzales commented 1 year ago

When the gestures of the navigation drawer are enabled, it makes it difficult to swipe the google map around (especially horizontal swipes) because the application is thinking the swipe is trying to access the navigation drawer. The resulting behavior is a very stuttery and unresponsive map. Swiping with two fingers works more fluidly.

However, when the gestures of the navigation drawe are disabled, there is no way of closing the navigation drawer. The app must be re-launched. However, the map works as expected.

kyle-gonzales commented 1 year ago

fixed with this commit: