Give us feedback
android-back-button
Mobile icon

Android back button

Stable version 1.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 01 June 2021 by 
4.9
 (9 ratings)
android-back-button

Android back button

Details
Control Android Back Button
Read more

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

  

Release notes (1.0.2)

New version with minor bugfixes:

  • The issue related with the back button to exit the app is now working properly
  • Remove the warning / error when navigate throughout other screens on service center related to OnDestoy of the Android Back Button block.
Reviews (3)
by 
2023-03-20
in version 1.0.2
Componente muito útil! Obrigada!
by 
2020-09-24
in version 1.0.0
Works great ! Keep up a good job, dude :)
by 
2019-06-17
in version 1.0.1
Works as expected! thank you, Master!
Team