when crop , there is no response , no error message on ios 13.5 (cordova wkwebview)
works on desktop chrome & mobile safari
Cropme123.crop({
width: 300
}).then(function(output) {
// here you can use the blob output
$("#img_cropped").attr("src",output) ;
$("#img_cropped").show() ;
//$("#img_001").hide() ;
$("#container").hide() ;
when crop , there is no response , no error message on ios 13.5 (cordova wkwebview) works on desktop chrome & mobile safari
Cropme123.crop({ width: 300 }).then(function(output) { // here you can use the blob output $("#img_cropped").attr("src",output) ; $("#img_cropped").show() ; //$("#img_001").hide() ; $("#container").hide() ;