Hi.
On iOS I needed to disable the gesture enable to open the master page on a MasterDetailPage as its content contains a swipe detector and interferes with it.
If I don't disable the gesture it works as expected, but if I disable it, re-enabling does not work. The code gets hit, the property gets true but the gesture does not work.
Anyone faced this? any workaround?