hooper
hooper copied to clipboard
Swipe doesn't work correctly with nuxt-link
I use <nuxt-link>
in <Slide>
When I'm swiping, the carousel goes to the address before leaving swipe.
<slide class="text-center d-block">
<nuxt-link :to="localePath('index')">
<img class="img-fluid" src="url.jpg" alt="">
</nuxt-link>
</slide>
Is there a specific way to apply a link in slide ?
Thank you for your guidance.
I have a similar problem and also have a <nuxt-link>
inside <slide>
. Each mouse drag is triggering the link click, which I do not want. A drag should slide and a click should link. Is there a way to achieve this?
Hi, any one found a solution for this ? It's kind of a deal breaker.... Just finished a project, and wouldn't want to change slider now... Thanks !