katzer / cordova-plugin-local-notifications

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

Crosswalk compatibility? #170

Closed CoenWarmer closed 10 years ago

CoenWarmer commented 10 years ago

I was wondering if this plugin is compatible with the Android Crosswalk project?

https://crosswalk-project.org/#wiki/Plugins-List-@-3.3.0-Supported-by-Crosswalk-Cordova-Android

katzer commented 10 years ago

Try it out ! Gesendet von meinem BlackBerry 10-Smartphone. Von: Coen WarmerGesendet: Samstag, 19. April 2014 14:10An: katzer/cordova-plugin-local-notificationsAntwort an: katzer/cordova-plugin-local-notificationsBetreff: [cordova-plugin-local-notifications] Crosswalk compatibility? (#170)I was wondering if this plugin is compatible with the Android Crosswalk project?

https://crosswalk-project.org/#wiki/Plugins-List-@-3.3.0-Supported-by-Crosswalk-Cordova-Android

—Reply to this email directly or view it on GitHub.

CoenWarmer commented 10 years ago

Will do! Report back once I know more.

DayBr3ak commented 9 years ago

Still not compatible with crosswalk

:compileArmv7DebugJava/home/daybreak/evd/ion/anype/platforms/android/src/de/appplant/cordova/plugin/localnotification/LocalNotification.java:473: error: cannot find symbol
                    webView.evaluateJavascript(js, null);
                           ^
  symbol:   method evaluateJavascript(String,<null>)
  location: variable webView of type CordovaWebView
/home/daybreak/evd/ion/anype/platforms/android/src/de/appplant/cordova/plugin/localnotification/LocalNotification.java:470: error: cannot find symbol
        webView.post(new Runnable(){
               ^
  symbol:   method post(<anonymous Runnable>)
  location: variable webView of type CordovaWebView
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
 FAILED