shpontex / cropme

Cropme is a customizable and easy to use javascript image cropper plugin
42 stars 31 forks source link

crop not work ios 13.5 (cordova wkwebview) #21

Open jj449 opened 4 years ago

jj449 commented 4 years ago

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() ;

       $("#img_cancel").show() ;
       $("#btn_crop_pic").hide() ;
        $("#img_zoom").hide() ;
  });
CodeWithOz commented 3 years ago

@jj449 did you find a fix for this?