devgeeks / Canvas2ImagePlugin

PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device's Photo Library
211 stars 218 forks source link

Camera Roll in iOS #34

Open pushpender opened 10 years ago

pushpender commented 10 years ago

Hi,

Thanks a lot for the wonderful plugin. I'm using this plugin for iOS and facing two issues: Whenever I save any image, it creates a new folder in Camera roll. Can't it be saved just as an image, instead of a folder and then an image inside that folder.

Also the success and error callback are never getting called.

pushpender commented 10 years ago

Got the success and error callback working now. There was some problem in my code. But please address the folder issue.

devgeeks commented 9 years ago

For some reason, github was not notifying me of new issues in this repo, so I have missed a bunch of them.

I'll look into it.