It seems downloading file in web view control won't work straight forward on android, same goes very well in case of iOS. If I open same URL in android browser, it works as expected. I search for wor… (View Post)
Thanks, @JamesMontemagno @JoshBondy @CraigBlazakis @Sebastian_S I am able to resolve it. I added code to OnPostCreate protected override void OnPostCreate(Bundle savedInstanceState) { Android.Support… (View Post)
Got below mention info from here Saved accounts are uniquely identified using a key composed of the account's Username property and a service ID, which is a string that's used when fetching accounts … (View Post)