DEV Community

ajeje
ajeje

Posted on

how to handle Back Button on Android with Xamarin Forms?

I've a multiple page app in xamarin forms, when I press the android back button, it reduce to icon the app instead to get back to previous page. I tried to use OnBackPressed in Xamarin Android but the override code is never executed, it not fire. Any help?

Top comments (0)