movable-view 在iphone6手机上的bindchange事件无响应
发布于 6 年前 作者 qianqiang 19992 次浏览 来自 问答

wechatide://minicode/EaepcImB6GYo

<movable-area class="alpha">
             <movable-view class="alpha-item" bindchange="changePosition" direction="vertical"  x="0" y="128">
           movable-view>
         movable-area>
changePosition(e) {
console.log(e.detail);
 },

在iphone6真机中测试,bindchange事件根本没有响应

下面的这个小程序,其中,帽子的拖动和右边的滚动条都是movable-view实现的,在iphone6测试,无法检测到change事件

1 回复

我也遇到了,在一台6P上面,bind事件没起作用。。。微信版本6.6.1, ios版本11.3.1, SDKVersion 1.9.9  。。。

回到顶部