I have an issue with accessing Master page from CarouselPage. Master page is accessible from all other pages by swipe (as expected) but not from my CarouselPage, I'm navigating to it like:
MasterDetailPageVariable.Detail = new CarouselPage{
//code adding new pages
};
I mentioned the problem with this on an official documentation page.
I tried adding:
Note: When embedding a CarouselPage into a MasterDetailPage.Detail, application developers should set MasterDetailPage.IsGestureEnabled to false to prevent gesture conflicts between the CarouselPage and MasterDetailPage.
But unfortunately this didn't do the trick for me. Could you please help me to resolve this issue - I really stuck with it.