Open
Description
Feature Request
Plugin
- Dialog
Description
When using the Capacitor Dialog plugin and using the alert
method, I'd like to be able to pass some kind of boolean value, or empty string to the buttonTitle
to remove the action button and prevent the user from being able to dismiss the dialog.
Platform(s)
- IOS
- Android
Preferred Solution
Currently, I'm passing an empty string to the buttonTitle
ket of the alert
function, although this does hide the button text, the button is still there and isn't closable.