|
In swiperjs, there's noSwipingClass and noSwipingSelector configuration property that can prevent swiping when user intereacts with specified target. Is there any similar thing in egjs-flicking? |
Answered by
malangfox
Jun 24, 2022
Replies: 2 comments 1 reply
|
oh yeah I found |
0 replies
|
Hello @async3619. Among Flicking's options, there is no separate option that supports this feature. Thank you. |
1 reply
Answer selected by
async3619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @async3619.
Among Flicking's options, there is no separate option that supports this feature.
It seems that blocking the mousedown and touchdown event propagation in the child element inside Flicking can temporarily solve this issue.
We will discuss whether we can support this feature in the future.
Thank you.