Gorilla-Player-Support icon indicating copy to clipboard operation
Gorilla-Player-Support copied to clipboard

Base classes?

Open logikonline opened this issue 7 years ago • 1 comments

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="..."> <ContentView.Content> ... </ContentView.Content> </screen:BaseView>

logikonline avatar Nov 04 '17 23:11 logikonline

Just come across this too and so would be great if this can be fixed

ndastur avatar Feb 28 '18 23:02 ndastur