Hi,
I have a question concerning @MichaelRumpler plugin MR.Gestures.
I need it in order to implement swipe gestures on ContentPage to swipe tab in a TabbedPage. It's working great on Android & iOS.
But in iOS i have a little problem. When i swipe not matter where the swipe start on the view, the lateral menu swipe first and then i go in the ContentPage swipe method.
In Android the lateral menu swipe is raised only when we swipe close to the left edge of the phone.
My question is : is there any way to cancel the lateral menu swipe when it's not close to the edge ? Or do anyone of you have an idea for that problem ?
Thanks in advance