we-plugin / we-cropper

微信小程序图片裁剪工具
https://we-plugin.github.io/we-cropper/#/
MIT License
2.18k stars 451 forks source link

iOS11 中 缩放移动被裁剪对象非常卡顿,但在IOS10就不会,大家也是吗 #45

Open beambeam opened 6 years ago

beambeam commented 6 years ago

iOS11 中 缩放移动被裁剪对象非常卡顿,但在IOS10就不会,大家也是吗 在Android机也不会卡顿,就是在iOS11 中非常卡顿 微信客户端的版本都是6.6.3最新版的

beambeam commented 6 years ago

@dlhandsome 有什么解决方法? 微信客户端的版本都是6.6.3最新版的

chenfengyanyu commented 6 years ago

遇到了相同的问题,不知道有什么解决方案?

simplecooler commented 6 years ago

也有相同问题,因为这个卡顿不敢用于生产项目

Bosn commented 6 years ago

+1

meesii commented 6 years ago

+1

liudding commented 6 years ago

可参考这个 PR:

55

MeloGuo commented 6 years ago

都好几个版本了,微信也没解决这个问题。

caojianwei1991 commented 6 years ago

++++++++++1

liuYuFeng123 commented 6 years ago

卡卡卡 滑动也卡 缩放也卡

ttys026 commented 6 years ago

参考这个repo, 可以在移动和放大图片的时候使用css translate和scale实现, 然后根据x,y 的offset和 scale, 再在getCropperImage的时候在canvas上面剪裁。

ZhuRuiHeng commented 6 years ago

+1

Teemwu commented 6 years ago

卡顿,感觉是频繁更新画布造成的,加上函数节流好多了