Hi Peter,
Thanks for
your update.
We are able
to reproduce the reported issue ” Exception occurs when switching
ContentTemplate via Merged Dictionaries (Xamarin.Forms.2.5.1.527436) when Displaying
pop-up when the SfPopupLayout is not set as root view” and we have logged
the bug report for the same. The fix for the reported issue will be included in
2018 Volume 2 service pack 1 release which is expected to available by end of
July, 2018.
In meantime,
You can overcome the issue in sample level by Displaying
pop-up when the SfPopupLayout is set as root view. We have modified the
sample by displaying popup when SfPopupLayout is set as the root view to fix
the issue, you can download the same from the below link.
Please find
the modified code changes in the below code snippet for fixing the issue in
sample level.
|
public MainPage() { InitializeComponent(); . . . . . . . . // Change made for Displaying popup when the SfPopupLayout is
set as root view popupLayout.Content = stackLayout; this.Content = popupLayout; } |
Sample
Link: http://www.syncfusion.com/downloads/support/forum/136759/ze/UpdateSample-2039889506
Regards,