naver / egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
https://naver.github.io/egjs-flicking/
MIT License
2.78k stars 129 forks source link

Images will not scroll #875

Open AlexKomMsk opened 3 months ago

AlexKomMsk commented 3 months ago

Description

Hello. I can't get images to move smoothly horizontally. The pictures move, but very jerkily or without any movement at all when clicked. In this case, blocks without images are displayed correctly. I've run an example so you can check it out.

Steps to check or reproduce

https://codesandbox.io/p/sandbox/vue-flicking-position-not-reachable-forked-7mfnxx?file=%2Fsrc%2Fcomponents%2FFlickingTest.vue

malangfox commented 3 months ago

Hello @AlexKomMsk.

You may use the preventDefaultOnDrag option to true if images are not scrolled properly. Can you use the above option and check if this issue can be resolved?

AlexKomMsk commented 3 months ago

Hello @AlexKomMsk.

You may use the preventDefaultOnDrag option to true if images are not scrolled properly. Can you use the above option and check if this issue can be resolved?

This has improved scrolling, but freezes still occur. This is not so visible in the example, but on my site the images have very strong resistance to scrolling, there is no ease.

malangfox commented 3 months ago

If you still have issues after applying that option, can you share with us the demo or repository? We would like to check what is causing this issue.