xamarin / Xamarin.Auth

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

Be able to enable DOM Storage scope on the WebAuthenticatorActivity in Android #368

Open LearnerMN opened 5 years ago

LearnerMN commented 5 years ago

Xamarin.Auth Issue

Feature description

Would you guys be able to enable webView.Settings.DomStorageEnabled = true; this settings in the android side because when bank-end uses web storage It doesn't work! (line 137 https://github.com/xamarin/Xamarin.Auth/blob/master/source/Core/Xamarin.Auth.XamarinAndroid/PlatformSpecific/WebAuthenticatorActivity.cs)

I don't have any chance to change this scope from outside of project so I don't wanna clone whole project to change only one scope.

Thanks!