rid00z / FreshMvvm

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
Apache License 2.0
594 stars 172 forks source link

MasterDetail Navigation on iOS - Is it possible to disable Swipe left to right to bring out master menus? #120

Open jzhouw opened 7 years ago

jzhouw commented 7 years ago

as the subject saying, we wanted to disable this behavior as on some pages we need to allow user to use swipe gesture for other purpose, this may be a Forms default behavior, but it would be great that any solution for this problem. Thanks

Dids commented 7 years ago

@jamesatgithub Did you ever figure this out?

Phatye commented 7 years ago

@jamesatgithub @Dids You can set the IsGestureEnabled property of the MasterDetailPage to false