Currently, we don't support drag the image and crop it on mobile devices. It doesnt work because there's no mouse:wheel event triggered when we're on mobile device, so we should use touchmove event or similar like that to detect the touch movement and after that we could move the image as request.
Currently, we don't support drag the image and crop it on mobile devices. It doesnt work because there's no
mouse:wheelevent triggered when we're on mobile device, so we should usetouchmoveevent or similar like that to detect the touch movement and after that we could move the image as request.