katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.75k forks source link

local-notifications.js not loading ? #71

Closed orbitaloop closed 10 years ago

orbitaloop commented 10 years ago

Hi,

Thanks for all your great plugins!

I have a problem. I just updated you plugin, but now, the local-notifications.js file is not loaded by cordova.

I am still investigating, and I notice that you no longer include this line in local-notifications.js :

 cordova.define("de.appplant.cordova.plugin.local-notifications.LocalNotification", function(require, exports, module) {

Is there a reason?

More specific phonegap question: do you know how to debug the phonegap plugin loading?

Thanks in advance for your help!

Best regards

orbitaloop commented 10 years ago

OK, I found it. It looks like you removed the "s" at the end of www/plugins/de.appplant.cordova.plugin.local-notification

Thanks again for your work!