大家好,[HTML51]更新了微信后,(微信版本6.6.1)自定义组件绑定事件出现错误 ...。请教一个问题,:
我在做一个用canvas画图的小程序,但我在画时,真机上(iphone x)页面总是跟着上下动,在开发者工具上调试确不会滑动,怎么解决呢?
知乎上也有人提过这个,尝试了下面解决方案,但还是不行:
1.start,move,end,3个方法都有绑定触摸事件
<canvas class="container" disable-scroll="true" bindtouchstart="start" bindtouchmove="move" bindtouchend="end" canvas-id="canvas" >
</canvas>
2.使用scroll-view为节点,加上一些属性配置
<scroll-view scroll-x="true" scroll-y="true" class="container" bindtouchstart="start" bindtouchmove="move" bindtouchend="end" >
</scroll-view>
非常感谢你的回答!
本文来自微信小程序开发 http://html51.com,转载请保留。
网友回复:
咋解决的?
爱盈利-运营小咖秀(www.aiyingli.com) 始终坚持研究分享移动互联网App运营推广经验、策略、全案、渠道等纯干货知识内容;是广大App运营从业者的知识启蒙、成长指导、进阶学习的集聚平台;
想了解更多移动互联网干货知识,请关注微信公众号运营小咖秀(ID: yunyingshow)