Hi All,
Problem Statement :
when I opened an mobile application and then press back button of android device but back button event is not triggered and application got closed. but when we navigate to other pages in menu and come back to dashboard then press back button after that event is triggered
Requirement :
Need confirmation popup to exit application.
I have already implemented logic for exit application on users confirmation but it not works on first time application opened. it works when we navigate to other pages and come back to dashboard of the application.
Here is the flow details.
I am using outsystems android back button event in layout block.
Here is the settings on my dashboard page.
Hi,
you can use this forge component-
https://www.outsystems.com/forge/component-overview/4760/android-back-button-key
https://www.outsystems.com/forge/component-overview/2476/android-back-button
it will help you.
RegardsRahul
Hi Rahul,
I am already using this component.
https://www.outsystems.com/forge/component-overview/2476/android-back-button.
Still problem persist only application opened first time on main screen page.