UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

Base classes? #262

Open logikonline opened 7 years ago

logikonline commented 7 years ago

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="...">

... `
ndastur commented 6 years ago

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