A really simple dialog plugin to give your in-app notifications a more native look & feel.
Native Dialogs Plugin has no dependencies to other apps. It comes with 2 client actions: The first one to check if the plugin is available to use, and the other one to actually show the dialog.
The plugin uses the 'alert' function of the Cordova plugin:
navigator.notification.alert(message, alertCallback, [title], [buttonName])
Thus, you can change the dialog box title, the message, and the text of the close button.
Cordova Plugin page: https://cordova.apache.org/docs/en/11.x/reference/cordova-plugin-dialogs/
Plugin extensibility configuration URL: https://github.com/apache/cordova-plugin-dialogs.git
Just make sure you use the CheckDialogPlugin action first to check if the plugin is available. When unavailable, you use the standard Message widget of OutSystems as fallback.
Please note that when previewing the consumer app in the browser, this plugin won't work. To show dialog messages in the browser, you need to use the Message widget of OutSystems.