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
New version with minor bugfixes: