You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to select image from gallery (camera folder) or take picture, the image did not appears on CropLayout, it always blank,
I tried on the three library versions(2.0.5, 2.0.6, 2.0.7)
please notice: that if choose any other image that I downloaded from chrome or any other image that not taken by camera in general, it worked fine
I also debugged my code it select the correct path (the selected image uri from gallery not empty)
and it set by "setUri" but the image didn't appears on the "CropLayout"
note I also tried setBitmap(bitmap)
I also downloaded your sample application and it work perfect on S7edge( 8.0 Oreo -API 26-) but not on A5
The text was updated successfully, but these errors were encountered:
when I try to select image from gallery (camera folder) or take picture, the image did not appears on CropLayout, it always blank,
I tried on the three library versions(2.0.5, 2.0.6, 2.0.7)
please notice: that if choose any other image that I downloaded from chrome or any other image that not taken by camera in general, it worked fine
I also debugged my code it select the correct path (the selected image uri from gallery not empty)
and it set by "setUri" but the image didn't appears on the "CropLayout"
note I also tried setBitmap(bitmap)
I also downloaded your sample application and it work perfect on S7edge( 8.0 Oreo -API 26-) but not on A5
The text was updated successfully, but these errors were encountered: