Change the confirm delete message on iOS device

0
Hi there, I am currently building a mobile app for iOS.  On one of my pages, I have a microflow button which will delete some objects. The microflow has a confirmation message (are you sure you want to clear this item?). By default, this confirmation message will appear in the middle of my screen. However, I would like to have this message at the bottom of my screen, like in this picture: Does anyone know how to accomplish this? Thanks!
asked
2 answers
4

Take a look at https://github.com/EddyVerbruggen/cordova-plugin-actionsheet this can be used to create a Mendix widget 😊

answered
4

https://gettingstarted.mendixcloud.com/link/path/45 can also be used as a guide to create a custom widget.

answered