获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
代码片段:https://developers.weixin.qq.com/s/9PlRSYmu7lhR [图片] 不能移动缩放和溢出不隐藏问题, 我也有自己写两指缩放,但是事件的e.touches没准确过,溢出隐藏我也从网上找了各种方法,但是在真机上都不行
真机不能缩放移动https://developers.weixin.qq.com/miniprogram/dev/component/movable-view.html <movable-area> <movable-view direction="all" out-of-bounds="true" scale="true" scale-min="0.5" scale-max="10" bindchange="imgFn"> <cover-image src="{{bigImg}}" bindload="bindload"></cover-image> </movable-view> </movable-area> 想知道在真机上为什么不能缩放移动 谢谢解答
2020-06-09