Telerik-Verified-Plugins / LocalNotification

Apache License 2.0
21 stars 27 forks source link

Does not compile for Cordova 5 #6

Closed aaronfranco closed 9 years ago

aaronfranco commented 9 years ago

I'm trying to compile this on OSX Yosemite.

LocalNotification.java:564: error: cannot find symbol
                    webView.evaluateJavascript(js, null);
                           ^
  symbol:   method evaluateJavascript(String,<null>)
  location: variable webView of type CordovaWebView
LocalNotification.java:561: error: cannot find symbol
        webView.post(new Runnable(){
               ^
  symbol:   method post(<anonymous Runnable>)
  location: variable webView of type CordovaWebView
java version "1.7.0_10-ea"
Java(TM) SE Runtime Environment (build 1.7.0_10-ea-b08)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b03, mixed mode)
Android Debug Bridge version 1.0.32
EddyVerbruggen commented 9 years ago

Thanks for letting us know. Fixed in 0.8.2dev2

aaronfranco commented 9 years ago

cool beans, thanks for the quick fix :+1:

ghost commented 8 years ago

Where do I get 0.8.2dev2 from?

EddyVerbruggen commented 8 years ago

@bardu Depends on what tools you're using. If it's the CLI you can simply use the master repo here as it's the same version: cordova plugin add https://github.com/Telerik-Verified-Plugins/LocalNotification