Plugin from source: https://github.com/gitawego/cordova-screenshot
Anyone that get this plugin to build? I have tried with CLI 5.1.1 and 5.4.1, Crosswalk 14, 15, 16 in a single project without other plugins. Is it possible to get this working with CLI 5.4.1, or is it a wait for Cordova 6.0.0.?
Thanks.
The error I'm getting is:
android/skeleton/platforms/android/src/com/darktalker/cordova/screenshot/Screenshot.java:220: error: method does not override or implement a method from a supertype @Override ^
Which comes from the line of code in Screenshot.java:
@Override public void onRequestPermissionResult(int requestCode, String[] permissions, int[] grantResults)
Link Copied
Lutze -- its generally not a good idea to use the "head" of the master branch in a github repo, because it is usually "under construction." I recommend you try one of the tagged versions in the repo. For example, see this list and try something like this:
Thanks for the info Paul, tho I was kind of hoping the master branch would stop the plugin from failing silently as v.0.1.5 continue doing.
please use master version of cordova-plugin-crosswalk-webview if you wanna use this plugin in master and v0.1.5 because the crosswalk's feature onMessage is not yet available in npm.
For more complete information about compiler optimizations, see our Optimization Notice.