Beelphegor / cordova-camscanner

4 stars 4 forks source link

Plugin returns nothing in iOS #20

Open nsingh2707 opened 4 years ago

nsingh2707 commented 4 years ago

Hi there,

I'm using this plugin and it works fine in android but in iOS it doesn't return me the base64 string. When calling the scan method as follows:

cordovaCamscanner.scan( srcUri, function(response){console.log("success: " + response);}, function(response){console.log("error: " + response);} );

It launches the camscanner and when I save the image I don't get back the base64 string or any error. The camscanner gets close quietly but no success or error function is called.

Thank you in advance for your help.

nsingh2707 commented 4 years ago

@Beelphegor , can you please advise on this? thank you!