Android-Image-Cropper icon indicating copy to clipboard operation
Android-Image-Cropper copied to clipboard

Is there a straightforward way to enable/disable CropImageView?

Open AlanCPSC opened this issue 5 years ago • 1 comments

The view does not seem to care about the inherited method of setEnabled(boolean).

If I want to disable user input and put the view into a stasis-like state (e.i. similar to how it behaves when cropping a large image asynchronously - overlay disappeared with image no longer accepting touch events), how would I go about doing so?

Currently, I am working around this by having another view on-top of CropImageView that gets toggled between different levels of visibility in order to intercept any unwanted user inputs. Although this is far from ideal.

Thanks for any feedback!

AlanCPSC avatar Mar 29 '21 10:03 AlanCPSC

@AlanCPSC 🚨🚨🚨🚨🚨 THIS LIBRARY IS NOT MAINTAINED, PLEASE READ THIS 🚨🚨🚨🚨🚨 #818

Canato avatar Mar 30 '21 17:03 Canato