Hello,
When I hit twice the back button from the NavigationBar I go to the previous page twice.
Exemple :
Navigation : (page A ->page B ->page C)
I'm on page C => Hit back button from NavigationBar twice
( C -> goback B ->goback A)
Now i'm on the page A.
I don't want to fire the back event twice.
I tried to override OnBackButtonPressed but it only fired with the hardware back button.
can someone help me ?
Thanks