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 am using the this.screenshot.URI(80).then(onSuccess, onError) method, but Google maps marker, directions and route not captured by the Screenshot plugin. Below is the picture of the screen, which i want...

My code: ``` this.screenShot.URI(80) .then(ev => console.log('ss success: ', ev)) .catch(err => console.log('ss error: ', err)); ``` When this code is executed, I'm getting the following error msg: ``` ss...

I have a pie chart from (chart.js) in my ion-content but when i screen shot the chart does not appear in it, this is really annoying. please help out. Thanks

I have a view that contains a video element overlaid with a canvas element and neither are being captured on Android. iOS is working fine.

Hi , I want to take a screenshot for my app with using canvas to display 2 charts, i use cordova-screenshot to do this and it works except for canvas...

When i take screenshot of camera preview it is captured as black solid color. Any workaround ?

I try to use the plugin but it's raise an error because navigator isn't founded

Hi I'm using Cordova 6.4.0 and the plugin com.darktalker.cordova.screenshot 0.1.5 "Screenshot". This is my simple code `navigator.screenshot.save(function(error, res) { if(error) { alert(error); } else { alert(res.filePath); //just to see the...

I've tried combining this plugin with a social-share plugin, but the returned file path from screenshot doesn't seem to work. The images are saving to my phone correctly, but not...

Hi gitawego, in android images save in pictures folde,But in iPhone screenshot images not appear in camera role (albums) how to save images in Camera albums in iPhone.Now i am...