StPageFlip
StPageFlip copied to clipboard
Prevent Click Any Position To Trigger Turn Page Event
Is it possible to modify that won't trigger turn event when clicking anywhere in the book? for example: Turn page when only click corner, draw or double click? I see that there is a config value call disableFlipByClick, but it doesn't work.
Hello @pang-lee ,
have you try this props?
useMouseEvents={false}
Hello @pang-lee ,
have you try this props?
useMouseEvents={false}
Yes, I have already try and it's work perfectly, Thanks!!