touch tap doesn't work
ainursharaev opened this issue · 4 comments
I have tab elements, and I made them scrollable. I can't change tabs because you made return in toucstart event.
Hello! Can you please specify exact line of code with this return
?
Hello! Can you please specify exact line of code with this
return
?
event.preventDefault()
. I don't know why do you prevent event action. What I want to tap on something that inside scrollable content?
event.preventDefault()
is there to prevent page scrolling on mobile devices.
You can handle manual taps inside shouldScroll
handler (just return false
if you tapped on some content that needs interaction)
event.preventDefault()
is there to prevent page scrolling on mobile devices.
You can handle manual taps insideshouldScroll
handler (just returnfalse
if you tapped on some content that needs interaction)
Oh, thanks a lot) I'm closing this issue because there's no any