RaananW / PhoneGap-Image-Resizer

Providing an image resizer plugin for phonegap projects on both Android and iOS
93 stars 89 forks source link

Error resizing on iOS #14

Open phonegapps opened 9 years ago

phonegapps commented 9 years ago

The plugin works well on Android but I wasn't able to make it work on iOS.

If I set in the options "photoAlbum: true" I see an alert "The image was placed in your photo album.", but I can't seem to find it (I looked in the "Photo/Camera Roll" app).

If I set it to false, or if I don't specify it, then the plugin return an error, but no message. I've tried with and without a "directory" property, ending and ending with "/".

What options are you using?