Fengyuan Chen
Fengyuan Chen
It cannot reproduce. Any more details?
> 这个地方会有异常 放大cropper-selection 放大cropper-image 多次操作 cropper-image 的移动换变成旋转 哥们,你的描述太笼统了,实在不知道怎么复现,能否这样重新描述一下? 1. 第一步如何如何…… 2. 第二步如何如何…… 3. 第三步如何如何…… 4. ……
长按图片或选区后,浏览器会弹出操作面板(Callout),导致 pointerup 事件没有触发,影响了二次操作。 目前解决方案是禁用Callout: ```js -webkit-touch-callout: none; ```
Just remove the `initial-coverage="0.8"` attribute from the `` element.
Can you provide some screenshots?
How about `cropper.getCroppedCanvas().toDataURL('image/jpeg')`?
I have no idea about this right now...
Any online demo? It seems can not reproduce in the [official demo](https://fengyuanchen.github.io/cropperjs/).
Can not reproduce. More details?
Just try it with the open API, for example, use the `moveTo` method to correct the offset.