Scroll inside the carousel page

Asked 1 years ago, Updated 1 years ago, 87 views

Thank you for your help.

Multiple pages are prepared and moved sideways with the ons-carousel-item tag.

I have a fixed height and vertical scrollable DIV tag embedded in this page.
You cannot scroll vertically in the DIV tag and try to move horizontally.

Please let me know if there is a solution.
Thank you for your cooperation.

onsen-ui

2022-09-30 18:44

2 Answers

Onsen-UI (version 1.2.1) does not allow vertical scrolling within the ons-carousel-item because of the following:

event.preventDefault();


2022-09-30 18:44

Why don't you put direction="horizontal" in the ons-carousel attribute?


2022-09-30 18:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.