Notification.alert not working cordova version 4+

83 Views Asked by At

I'm trying to use the notification.alert but is not working. Using as a basis this link: http://docs.phonegap.com/en/edge/cordova_notification_notification.md.html

My cordova version 4.2

Message of error:

TypeError: Cannot call method 'alert' of undefined

1

There are 1 best solutions below

0
On

You want navigator.notification.alert() vs notification.alert()