Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
1. Add the custom toolbar item and add an action to navigate the previous page ( Like that Navigation.PopAsync();) for custom toolbar item in ToolbarItemSelected event.
2. Deploy the application and navigate to the second page( which page contains the ImageEditor).
3. Tap the custom toolbar item to navigate the first page. Now the NullReferrenceException is thrown in UWP platform.