Hello,
First thanks for the NavigationDrawer, it seems to be a very good tool. Unfortunately I'm facing a small problem that make it very difficult to use.
I'm trying the example : https://help.syncfusion.com/xamarin/sfnavigationdrawer/getting-started?cs-save-lang=1&cs-lang=xaml#set-listview-as-drawer-content
And here is my issue, when the drawer is open and I try to click on one of the item in the ListView, if I tap more than half a second the item the application detect that I want to close the Drawer and it's not the event "Click on the ListView" that's is handled but "Close the Drawer" instead that is detected and the drawer start to swipe if I move my finger.
So to make it work I need to tap the ListView item very fast, like if I were playing a Tap Speed Game (LoL).
Is there any way to change the duration of the event handler ?
I really want to work with your Drawer it seems to be very well done !
I'm testing the Application on Samsung S6 and S7 Edge.
Thanks