收藏
回答

movable-view 在iphone6手机上的bindchange事件无响应

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug movable-area 微信iOS客户端 iOS 6.6.6 1.9.94


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事件

最后一次编辑于  2018-04-16
回答关注问题邀请回答
收藏

1 个回答

  • 小板凳🦁
    小板凳🦁
    2018-06-08
    我也遇到了,在一台6P上面,bind事件没起作用。。。微信版本6.6.1, ios版本11.3.1, SDKVersion 1.9.9  。。。
    2018-06-08
    有用
    回复
登录 后发表内容