cordova-screenshot icon indicating copy to clipboard operation
cordova-screenshot copied to clipboard

screenshot plugin for cordova/phonegap

Results 69 cordova-screenshot issues
Sort by recently updated
recently updated
newest added

I use cordova capture on ionic v1 and work to screenshot but i have problem when in my page have some chart. When i try screenshot it work but chart...

[https://direct.signcomm.net/capture.png](https://direct.signcomm.net/capture.png) here is a screen shot of what i see. i have inserted the xcrosswalk config.xml include.

I got black image as screenshot in android 5+ Versions ![screenshot_1502862106781](https://user-images.githubusercontent.com/31089934/29397662-87bc608e-833d-11e7-8da4-cb18c145aa3a.jpg) /* Cordova Screenshot Code*/ app.service('$cordovaScreenshot', ['$q', function ($q) { return { capture: function (filename, extension, quality) { extension =...

Hello guys i would like to know how can i change the path of save ? thanks

hello custom quality 50 ? you mean the compress ? i want to take a screen shot with the best quality possible thank you

I have same bug with iOS, did you find solution for this? Share the URL the file tmp on Ionic 3 How Do I get correctly the Url and display?...

Hi, I am trying to install via cordova as below : cordova plugin add https://github.com/gitawego/cordova-screenshot.git Getting error : Error: Failed to fetch plugin https://github.com/gitawego/cordova-screenshot.git via registry. Probably plugin spec is...

Hi, I'm using [presentation](https://github.com/fraunhoferfokus/cordova-plugin-presentation) plugin which let me able to use an external display, but the screenshot plugin take external screen capture whereas I would like first display screenshot. Any...

It seems that it doesn't take screenshots from the inAppBrowser when its open. It takes instead a screenshot of the app that is behind the opened inAppBrwoser...

enhancement

Hi, I'm using android 6.0.1 and cordova 5.3.7. cordova-screenshot works well with iOS but in Android 6.0.1 it's just black screen and I don't use Crosswalk. Since there doesn't seem...