Hi,
I've decided to start working with Xamarin Forms 5 (5.0.0.1709 pre4) with Prism Unity (8.0.0.1909) and have never used your navigation drawer control so want to see what that's like to develop with.
My development is setup as follows,
I have a custom resource dictionary containing my control template (attached) which contains the markup used.
On each contentpage I add the following: ControlTemplate="{StaticResource StandardPageTemplate}"
When I attempt to navigate from page 1 to page 2 I am shown a blank white page which I accept is not a syncfusion issue, however if I change my control template to one that doesn't contain the sfNavigationDrawer I am navigated without any issue.
I've done some searching and can't find anything that would explain this, so hoping someone can help out!
Thanks
Chris
Update:
I am able to navigate when I put the device to sleep and then resume. But if I do not do this the app will not navigate.
Attachment:
PageTemplates.Resources_bfd31774.zip