Cordova show alert dialog

To show alert box in cordova hybrid app use:

navigator.notification.alert('This is the alert box', null, '', 'Close');

No comments:

Post a Comment