Leo Rodríguez
Leo Rodríguez
@ShiroYacha yesterday we released **Gorilla 1.1.0.4**. On of the features we included is what you requested here, is the ability to customize how the navigation page should be instantiated. Essentially...
@ShiroYacha that is because we still didn't update the server to push the new version to all our users. Mainly because we are still working on the documentation for the...
@dogood45550 please use the latest version (i.e. 1.5). Please see [this blog post](https://blog.xamarin.com/gorilla-player-a-tool-to-craft-beautiful-xaml-uis-for-xamarin-forms/) for more info on how to use it and preview custom stuff.
@IoTFier yes this are the [Release Notes](https://github.com/UXDivers/Gorilla-Player-Support/wiki/Release-Notes-Gorilla-Player-1.5). Grial UIKit should work just fine with 1.5. The only thing you need to keep in mind is that you need to update...
Hi @Mr-Pearce, currently we don't support it.
Hi Cliff, In order to preview XAML that includes derived pages you must use the Gorilla SDK. The documentation on how to do this is on its way. There is...
@OpticNectar agree we should add such a property. Unfortunately, it is no there. So you should use the gesture recognizer in the template and bind a `Command` to it.
Hi @anotherlab. The root cause of the problem is that `EngineIoClientDotNet` has been deprecated and Gorilla SDK depends on it. Version `1.0.3` of `EngineIoClientDotNet` has been removed from listing in...
Hi @ianvink The following example illustrates it. Consider the following page: ~~~ ~~~ The handler responsible of creating the `TabControl` and adding it: ~~~ void AddTabControlHandler(object sender, System.EventArgs e) {...
@ianvink in #478 you have a sample of doing this using bindings too.