Open nsingh2707 opened 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.
@Beelphegor , can you please advise on this? thank you!
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.