Leo Rodríguez
Leo Rodríguez
@IoTFier doing the `RegisterAssembly(typeof(System.Collections.Generic.List).Assembly)` will not work since it end up registering `mscorlib`. So gorilla will keep complaining. I will log this as a bug. Workarounds: 1. stop referencing the...
You need to use [Gorilla SDK](https://github.com/UXDivers/Gorilla-Player-Support/wiki/Gorilla-SDK) to preview this. Please follow the instructions listed there and let me know if you have any issue.
@radderz can you attach your `MainActivity.cs` if you are in Android or `AppDelegate.cs` if iOS. Can you attach a screenshot of the error you are seeing please?
@radderz I asked for the screenshot because I want to make sure you are running your Gorilla SDK and not the Player app (previously available in the stores). Does your...
@tlhintoq you need to use [Gorilla SDK](https://github.com/UXDivers/Gorilla-Player-Support/wiki/Gorilla-SDK) to preview this. Please follow the instructions listed there and let me know if you have any issue.
@Umar3x did you tried using the new AutoConfig feature included in 1.5 described [here](https://blog.xamarin.com/gorilla-player-a-tool-to-craft-beautiful-xaml-uis-for-xamarin-forms/)? Before trying it be sure to remove any reference to the SDK, if not probably you...
@Umar3x using a ResourceDictionary should not be an issue. If you can give me a short sample where I can reproduce the issue it would be very useful. i.e. the...
@Umar3x I was able to reproduce the issue. Need to dig a bit more. I will keep you posted.
@Umar3x it is weird, on Friday I though I was able to reproduce the issue. But today I testing again to start digging and I'm not able to reproduce it...
@IoTFier Design time data should be defined in the `DesignTimeData.json`. You associate the data to a given page by defining a property with the name of the XAML page you...