Heey
Is it Possible to prevent the system from going back when pressed the Hardware-Back-Button on Android?
I know, that I can start a Trigger on that like this:
<OnBackButton>
<Callback Handler="{onBackButtonPressed}" />
</OnBackButton>
But it first makes “router.goBack()” and then my function: “onBackButtonPressed”.
I only want to fire my function and prevent the user from going back…
Could anyone help?
Thanks! (=