cordova-plugin-dialogs icon indicating copy to clipboard operation
cordova-plugin-dialogs copied to clipboard

Feature request: customize 'cancelable' in dialogs

Open clement9527 opened this issue 6 years ago • 4 comments

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?

clement9527 avatar Sep 14 '18 19:09 clement9527

We are always open to Pull Requests adding useful functionality.

janpio avatar Sep 14 '18 19:09 janpio

navigator.notification.confirm seems to support the same functionality in this plugin

I think this should be fixed by improving the documentation.

brodycj avatar Oct 03 '18 22:10 brodycj

This is incorrect. navigator.notification.confirm does not support the same functionality. Specifically, setCancelable is ALWAYS set to true: Notification.java

bozzaj avatar Sep 26 '19 16:09 bozzaj

Can #134 be merged?

vitto32 avatar Feb 18 '20 15:02 vitto32