CanCloseDialog and back button #2401
Unanswered
stesvis
asked this question in
Xamarin.Forms
Replies: 1 comment 2 replies
-
This was recently added and is available on Sponsor Connect in the latest CI builds. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is it possible to prevent the back button in Android from closing a dialog?
I tested it with
return false;
hardcoded, like this:But in Android the back button still closes the dialog. Thanks.
I tried this too in code behind but i didn't work:
Beta Was this translation helpful? Give feedback.
All reactions