xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

UWP app Presenter.Login shows blank white screen #292

Closed paulelong closed 6 years ago

paulelong commented 6 years ago

Xamarin.Auth Issue

Version

Steps to reproduce

  1. Launch login UI using Presenter.Login
  2. Web page is blank on UWP, works on Android device

Platform:

Expected behaviour

I think the web page should display showing an authentication screen where I can log into Google services.

Actual behavior

The page shows up blank. If I press back, the AuthenticationCompelte callback is run, but the IsAuthenticated is false.

This works for me on an Android device, so I think the code is correct. Though there seems to be a lot of changes in the last few months, and it's difficult to find a good example. For instance, I see references to GetUI, but that doesn't seem to exist now, and Presenter.Login I believe is the new way. I've also seen references to UWP not working, and even a similar issue. However I could understand if this is a known issue, or something lacking in my code.

newky2k commented 6 years ago

@paulelong Can you provide a small sample that replicates the issue so we can investigate.

newky2k commented 6 years ago

no response for two weeks, closing