xamarin / Xamarin.Auth

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

IsUsingNativeUI set to true not working tested on Android 6.0 #371

Open taublast opened 5 years ago

taublast commented 5 years ago

Xamarin.Auth IsUsingNativeUI Issue

I'm trying to run authenticator on Android using IsUsingNativeUI=true option, to open in external browser, not in embeeded webview. It works fine with nuget 1.5.3 and silly opens in embedded view on nugets 1.6.2, 1.6.3, ignoring IsUsingNativeUI parameter completely.

It's the same buggy behavior on different projects with different classes and logic. I thought it was me until i tried on a third party example, the bug reproduces there.

Used android simulator API 23 (6.0) x86_64, plus used real device Samsung A7 android 6.0.1. Disappointing..

to reproduce please install third party example: https://github.com/TimLariviere/Sample-XamarinAuth-Google

  1. compile, run and check it's working as intended on 1.5.0.3 installed by default
  2. update to latest 1.6.0.3 or 1.6.0.4 and observe the bug.