hybrid-app - weex swipe事件在iOS中不触发,但可以在Android中触发
世界只因有你
世界只因有你 2017-07-01 09:12:29
0
1
1508

weex swipe事件在iOS中不触发,但可以在Android中触发

代码如下:

<p class="room-wrapper">
  <p class="room" v-for="item in 4" v-on:swipe="onSwipe($event,item)">
    <text class="room-text">Room {{item}}</text>
  </p>
</p>

onSwipe(event, item){
    console.log('>>>>>>>>>>')
    console.log(event)
    console.log(event.direction)
  },
世界只因有你
世界只因有你

全部回复(1)
某草草

不是ios中不触发,而是在iOS中不能用console来打印

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板