Search code examples
xamarinxamarin.androidpermissions

OnAppearing is called every time Xamarin.Android rejects the permission request dialog


When creating an app with Xamarin.Android

OnAppearing is called every time I reject the permission request dialog.

Is the Android permission request dialog modal?


Solution

  • This is a known issue OnAppearing called after permission dialog on Android .

    If MainPage is not inside NavigationPage the problem does not exists.