Closed housecode closed 3 years ago
@housecode you can use swipe, but must disable MasterDetail IsGestureEnabled=false
use MessagingCenter to set True or False
<MasterDetailPage IsGestureEnabled="{Binding IsGestureEnabled}"
and yes this is only on iOS
Hi @giuseppenovielli is it possible to use IsGestureEnabled=True
along with Swipe to change month?
I don't want to reduce MasterDetailPage
behavior
Hi @giuseppenovielli is it possible to use
IsGestureEnabled=True
along with Swipe to change month? I don't want to reduceMasterDetailPage
behavior
i think this is available only on Android
This is not bug in plugin. you must handle it in your code.
Just embed
AdvancedPage
sample toDetail
ofMasterDetailPage
and try to swipe the calendar, and you will see the swipe won't work.Steps To Reproduce
MasterDetailPage
class and setAdvancedPage
as theDetail
Expected behavior Should working as expected
Version information:
Additional info Only seen this issue in iPhone/iPhone Simulator