Why can Gorilla Player not traverse to a base class to find the root XAML element?
For both ContentView and ContentPage's, I provide a base class to enable common methods and properties for better code. All the player has to do is follow these types to the root type and treat that as the Root Type.
Otherwise, the player really is not very useful from a developer's workflow. Can you please enable this ability?
Why can Gorilla Player not traverse to a base class to find the root XAML element?
For both ContentView and ContentPage's, I provide a base class to enable common methods and properties for better code. All the player has to do is follow these types to the root type and treat that as the Root Type.
Otherwise, the player really is not very useful from a developer's workflow. Can you please enable this ability?
`<screen:BaseView xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:screen="...." x:Class="...">