wechatide://minicode/EaepcImB6GYo
< movable-area class = "alpha" > < movable-view class = "alpha-item" bindchange = "changePosition" direction = "vertical" x = "0" y = "128" >
|
changePosition(e) { console.log(e.detail); }, |
在iphone6真机中测试,bindchange事件根本没有响应
下面的这个小程序,其中,帽子的拖动和右边的滚动条都是movable-view实现的,在iphone6测试,无法检测到change事件