I created a Page with a button which will execute Navigation.PopAsync() on click.
but if the user double tap the button, the Navigation.PopAsync() will run twice.
How to prevent that happen?
↧
How to prevent double tap?
↧