- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page