edge_detection icon indicating copy to clipboard operation
edge_detection copied to clipboard

Image is not displayed on the cropper screen. Black screen.

Open UlanNurmatov opened this issue 4 years ago • 6 comments

Image is not displayed on the cropper screen. https://user-images.githubusercontent.com/41744054/106915480-404fe100-6730-11eb-8d49-880482c0b045.mp4

UlanNurmatov avatar Feb 04 '21 15:02 UlanNurmatov

Is that on huawei phone? I'm getting this issue only on huawei phones :/

wleorule avatar Mar 24 '21 12:03 wleorule

It's on Xiaomi Redmi 4

UlanNurmatov avatar Mar 24 '21 18:03 UlanNurmatov

did you try google resetting cache on google play services app?

wleorule avatar Mar 25 '21 16:03 wleorule

Tried deleting cache, but it didn't help.

UlanNurmatov avatar Mar 29 '21 19:03 UlanNurmatov

Seems happened to Oppo Android 8.0 as well.

FYI, I'm including from git instead of pub.dev

  edge_detection:
    git:
      url: [email protected]:sawankumarbundelkhandi/edge_detection.git
      ref: master

zarulizham avatar Oct 18 '21 05:10 zarulizham

This issue is related to image size try this.

In CropPresenter.kt method onViewsReady : Change iCropView.getPaper().setImageBitmap(bitmap) to iCropView.getPaper().setImageBitmap(Bitmap.createScaledBitmap(bitmap, 1080, 1920, false))

faiqkhan480 avatar Dec 21 '22 07:12 faiqkhan480