v-touch-swipe.mouse.left.right="handleSwipe" works on web app not on electron
-
Hello -
I am using a q-calendar from this link
https://quasarframework.github.io/quasar-ui-qcalendar/docsv-touch-swipe works on web just fine, but does bot work on electron Any help is very much appreciated
v-touch-swipe.mouse.left.right=“handleSwipe”
<q-calendar ref="calendar" v-model="selectedDate" view="mont" locale="en-us" v-touch-swipe.mouse.left.right="handleSwipe" animated transition-prev="slide-right" transition-next="slide-left" style="overflow: hidden;" />