cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry iOS Back Navigation Confirmation

Former Member
0 Kudos

Is there any way to bind an action to the back arrow in the top left in the iOS platform?

If that is not possible, is there any way to disable automatically adding the back arrow when changing screen sets?

I am using an OpenUI control to display a map and whenever I change screen sets it has to redraw the map so I was hoping to add a confirmation (ex: "Are you sure you want to go back?") to the back arrow to avoid any accidental taps and a really poor user experience.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no way to attach an action to the back navigation.

You can disable the back navigation but that applies to the whole application not just an individual screen. If you disable it you will need to provide a close / back button somewhere on your page that calls an appropriate action.

The back navigation is disabled by unchecking Title Bar Buttons - Show title bar [X] and [OK] buttons under Application Settings in the Editor.

--Bill

Former Member
0 Kudos

Is it possible to hide the header navigation all together?

bill_froelich
Product and Topic Expert
Product and Topic Expert

No, you cannot hide the header navigation completely.

Answers (0)