I am new to Cordova and Phonegap and I am trying to develop a reminder application. I used cordova-plugin-local-notifications ( https://github.com/katzer/cordova-plugin-local-notifications ). I installed the plugin using the the installation command
cordova plugin add https://github.com/katzer/cordova-plugin-local-notification
Then I tried to run the app on the browser and there was an error on browser console:
Error: exec proxy not found for :: LocalNotification :: deviceready
Not sure what I am doing wrong.
Questions:
- What is this problem?
- What am I doing wrong and how to fix this?
Thanks in advance and sorry for my bad English.