Hello,
I'm attempting to migrate my Android Cordova project to incorporate
Crosswalk but having an issue with the standard splash screen plugin -
https://github.com/apache/cordova-plugin-splashscreen Here's the error I'm
seeing when building:
[javac]
/Library/WebServer/Documents/cordova/platforms/android/src/org/apache/cordova/splashscreen/SplashScreen.java:232:
error: cannot find symbol
[javac] if (webView.canGoBack()) {
[javac] ^
[javac] symbol: method canGoBack()
[javac] location: variable webView of type CordovaWebView
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 3 warnings
I believe the intended approach here is to do a run time check for which
webView version is available but the Crosswalk build is not happy that a
deprecated API is included.
Anything I can do here w/out modifying the plugin?
Thanks
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help