Mendix Native - Intercept iOS Swipeback Action and Add Confirmation Box

1
We're currently facing an issue with our application where iOS users are using the Swipeback gesture on their phone and that causes them to backout of the page they're on which means if they're on a form page they lose all the information they just filled out if they didn't select save beforehand. Unfortunately, due to the design constraints having the object commit on change is not possible and a save button is required. Is there anyway to add a Widget or something similar that would intercept the iOS Swipeback gesture and show a Confirmation popup before sending the user back a page? We were able to integrate this for the Android back-button but are struggling on the iOS front.   Thank you for your help.
asked
1 answers
0

Hello

 

Have you tried the widget below?

https://marketplace.mendix.com/link/component/116857

 

Description

This widget adds functionality to your backpress (Android) or swipe back (iOS).

 

Typical usage scenario

The widget was mainly designed to block the user from going back, but normal Mendix functionality can be selected for your back action.

answered