Dialogs Plugin
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
console.log(navigator.notification);
}Plugin ID
cordova-plugin-dialogsAdding the Plugin in Monaca
Methods
navigator.notification.alert
Example
Supported Platforms
navigator.notification.confirm
confirmCallback
Example
Supported Platforms
Android Quirks
navigator.notification.prompt
promptCallback
Example
Supported Platforms
Android Quirks
navigator.notification.beep
Example
Supported Platforms
Android Quirks
Last updated