Be able to define when and where you want to go with native android back button.
This component will provide you:
1. One block AndroidBackButton_Press that will be inside your layout.
2. You need to customize your layout(s) to have one input parameter: (Already done on this sample in Layout only)
- IsDefaultBackButton (boolean: true by default)
- Then you need to add an event OnAndroidBackButton not mandatory
- After that you need to create a client action to raise that event called ActionHandler_OnAndroidBackButton
3. Then in each page you define what you want to do adding an action to this event that we have provide in layout
This application has CommonPlugin as dependency
Improve stability to prevent the "Invalid call of the '*' client action of the '*' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action." message in Service Center logs.