xamarin / Xamarin.Auth

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

Xamarin.Auth doesnt show back button and doesnt close browser when done #315

Open newky2k opened 6 years ago

newky2k commented 6 years ago

Relinked from issue in XamarinComponents -> https://github.com/xamarin/AndroidSupportComponents/issues/94

Xamarin.Android Version (eg: 6.0): Version: 8.2.0.15 (Visual Studio Community)

Operating System & Version (eg: Mac OSX 10.11): OS 10.13.2

Support Libraries Version (eg: 23.3.0): 25.4.0.2

Describe your Issue: When using Xamarin.Auth 1.6 with Xamarin Forms when i use presenter.Login(_oAuth2Authenticator); to show the browser for Google authentication, i do not get the back button on the launched browser and when the authentication is successfully done, the browser does not close. This works fine on iOS.

When i downgrade the version to Xamarin.Auth 1.5.0.2 i get the desired behaviour. The back button shows up and when the authentication is complete am returned back to the app.

Steps to Reproduce (with link to sample solution if possible): Using the sample Xamarin.Auth just upgrade the Xamarin.Auth nuget package to 1.6.0

Include any relevant Exception Stack traces, build logs, adb logs:

josephkandi commented 16 days ago

Still same problem exists, i have updated 1.6.0.2. I will try strip away the keys and post a link to a github repo that reproduces the problem.

Redth commented 5 years ago

Is this using native browser UI? It looks like it might be related to #226