cordova-plugin-dialogs
cordova-plugin-dialogs copied to clipboard
Feature request: customize 'cancelable' in dialogs
To customize the dialog to be cancelable or not cancelable is supported in ReactNative: https://facebook.github.io/react-native/docs/alert.
Is there a plan to support that in Cordova down the road?
We are always open to Pull Requests adding useful functionality.
navigator.notification.confirm seems to support the same functionality in this plugin
I think this should be fixed by improving the documentation.
This is incorrect. navigator.notification.confirm does not support the same functionality. Specifically, setCancelable is ALWAYS set to true: Notification.java
Can #134 be merged?