There is an error with Cordova 5 and plugin cordovaLocalNotification
LocalNotification.java:492: error: cannot find symbol webView.post(new Runnable(){
Have you a solution or update?
There is an error with Cordova 5 and plugin cordovaLocalNotification
LocalNotification.java:492: error: cannot find symbol webView.post(new Runnable(){
Have you a solution or update?
I don’t think the plugin works with the latest Cordova version, I’m assuming you are referencing the following plugin. Check the docs and issues for info.
Quite right the current plugin doesn’t work out of the box with Cordova 5.0 but it’s easy to fix with https://github.com/katzer/cordova-plugin-local-notifications/issues/535 (see nlinksteinar posting)
Also here’s a fix for repeating local notifications on reboot on Android: