Canvas2ImagePlugin
Canvas2ImagePlugin copied to clipboard
PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device's Photo Library
The plugin gives back the image URL of the saved file in Android. In iOS it gives back a stock message "image saved". It would be handy to be able...
Cordova iOS 4 removed several deprecated methods which are used by this plugin, so the plugin crashes when used in an app built with Cordova iOS 4. For example, this...
I am trying to save a gif image, I modded the library to use the image data that i send it. https://github.com/snowbreeze/Canvas2ImagePlugin I am passing a base64 gif but it...
… to prevent OOM exceptions.
Has some method to return the ImageURI?? I need this information to pass to FileTransfer
I see that Windows 10 is not supported. I will try to see what I can do to help even if I am not confortable with anything that is not...
rerurn image path when save image success on ios
Hi, trying to use this plugin for ios, its working in android but not in ios, please note i am using phonegap build to compile ipa code index.html script.js [code]...
Hi, I recently 'upgraded' my iphone to ios9 and this plugin no longer seems to work. Is this a known issue and can anyone suggest a workaround? Thanks in advance,...
iOS 7
Does this work with iOS 7? Im trying to get this to work on my iPhone 4s with iOS 7. The canvas is created with three.js and the "canvas-renderer". But...