scrolling pages
Yeasirarafat53 opened this issue · 1 comments
Yeasirarafat53 commented
is it possible to stop horizontally and vertically scrolling page changes? because i need manually change page using button.
RezaPN commented
To prevent horizontal and vertical page scrolling, you can switch to single-page mode by adjusting the singlePage props. Then, use the setPage method from the ref props to manually change pages through a button.