The title is self explanatory, I ca\'t figure out why tho.
sources: www/index.html:
I built your project using Cordova CLI 3.0.9, using the command line tools and following the docs listed here (http://cordova.apache.org/docs/en/edge/cordova_notification_notification.md.html#Notification). I used your HTML and JS code and the dialog popped up just fine.
When looking through the other files, I noticed a difference in config.xml
; my config.xml
looks like this:
Hello Cordova
A sample Apache Cordova application that responds to the deviceready event.
Apache Cordova Team
Notice that mine has org.apache.cordova.dialogs.Notification - yours is missing the dialogs
namespace for some reason. Is this on purpose? If you add "dialogs" namespace, does it work? What about if you rebuild using the latest CLI version?