Local Alerts for Meteor / Cordoba

Has anyone successfully implemented them? You are looking for something to work on Android and ios, and katzer / cordova-plugin-local-notifications throws compilation on startup on Android. Thanks in advance!

Compilation error that I get with katzer / cordova-plugin-local-notifications:

    /Users/example/Documents/EXAMPLE/.meteor/local/cordova-build/platforms/android/src/de/appplant/cordova/plugin/localnotification/LocalNotification.java:495:
   error: cannot find symbol
   webView.evaluateJavascript(js, null);
   ^
   symbol:   method evaluateJavascript(String,<null>)
   location: variable webView of type CordovaWebView
+4
source share

Source: https://habr.com/ru/post/1614667/


All Articles