I've recently started Xamarin development, and am heavily reliant on the Xamarin.Forms Previewer to build out the user interfaces for our phone app.
Regretfully, I've noticed certain issues with the previewer, such as it failing to run due to an exception when certain controls are put in place (e.g WebView).
Is there any way to disable certain elements of a Xaml within the previewer, or otherwise override it to still preview the elements it can see? Heck, if I could just do a boolean condition in the xaml it would suffice.