Closed webplease closed 10 years ago
it should work now. the storage folder is sdcard/Pictures/
thanks man :) now compiles ...but not work yet, no save file.
Must I call with navigator.screenshot.save() or navigator.Screenshot.saveScreenshot() ?
call
navigator.screenshot.save(function(){console.log(arguments)});
you should see 'ok' as callback.
I've tested, it works on my device.
perfect, now works, but saves 2 file with 2 different timestamps
Can I increase PNG quality ?
Thanks very much :)
no, the PNG quality is already set to 100, and PNG is a lossless format, you can't change it. but you can take screenshot with jpg format. check the readme for more.
perfect :) now works fine.
The problem was the "Gallery" not rescan/refresh media files, so the quality is very low for a while.
Thanks for your job :)
you are welcome :)
Hi,
not working for me in Cordova 3.1 on Android.
Error in Screenshot.java on lines 50,53,59
Why ? :)