Skip to main content

All Questions

Tagged with
1 vote
2 answers
4k views

v-touch not working when scrollable in mobile

I'm using vue-js 2.0 and vue-touch to make swipe possible in mobile. If I initialize my div as follows: <v-touch v-on:swipeleft="nextDay" v-on:swiperight="previousDay" class="page-content" :style=...
Asqan's user avatar
  • 4,449