-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @ottovw. I'm glad and happy you like our component. Flicking does not support mobile detection separately, but you can enable/disable whether Flicking moves with user input depending on the width of the window. If you have additional questions, please feel free to leave a comment. |
Beta Was this translation helpful? Give feedback.
Hello @ottovw. I'm glad and happy you like our component.
Flicking does not support mobile detection separately, but you can enable/disable whether Flicking moves with user input depending on the width of the window.
I think you want Flicking to move by user input and
panelsPerView
to be 1 only on small screen widths.This can be implemented using the
beforeResize
event. You can check out this demo.This demo set the layout and behavior of Flicking by initial width of the screen and update them when screen size changes.
If you have additional questions, please feel free to leave a comment.