Hi all,
I need to implement OAuth2 login using Xamarin.Auth and Xamarin Forms.
For iOS and Android is straightforward, but for Windows Phone I had to download the library from the alpha channel in Nuget. Problem is there are no examples and I don't really know how to complete the step of Auth.GetUI(), which returns a URI.
So, I created a PageRenderer for the Windows Phone platform and for the Children property I added a WebBrowser control setting the URI. I do this programmatically in the OnElementChanged.
Problem is that I can't see the WebBrowser control added in the page. I also tried with a StackPanel and two test labels, with a WebBrowser between them, still not able to make the WebBrowser visible, though the labels are shown properly.