It's in phone. On web browser it is all okay. But in app when we press back button, the app get closed instead of taking one step back. I want to add exit confirmation message in it. how can I add? please suggest
Use the whenScreen.BackPressed block to run a code when the back button is pressed, doing so will replace the default back button behaviour with your code, the event handler can be found in the screen component.