...
大前端

关于小程序上canvas移动卡顿的解决方法

使用canvas做图片裁剪的时候,
偶尔出现卡顿情况,是移动事件向上冒泡导致的,
添加以下代码阻止冒泡行为:

@touchmove.stop.prevent="()=>{}"

<canvas id="canvas" type="2d"  @touchstart="canvasTouch" @touchmove="canvasTouch" @touchend="canvasTouch" @touchmove.stop.prevent="()=>{}"></canvas>
hi3798mv100编译ch341串口驱动 如何在Linux上安装和配置Syncthing,实现文件同步
biu biu biu
win10 route add 添加静态路由,双网卡一个内网一个外网路由配置,双网关路由配置 PHP读取远程URL出现 file_get_contents(): SSL operation failed with code 1. OpenSSL vue 脚手架 sass安装 安装淘宝镜像源 cnpm 教程 最简单的移动端适配方案(rem+vw)--没有之一