StPageFlip icon indicating copy to clipboard operation
StPageFlip copied to clipboard

Prevent Click Any Position To Trigger Turn Page Event

Open pang-lee opened this issue 3 years ago • 2 comments

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.

pang-lee avatar Feb 28 '21 17:02 pang-lee

Hello @pang-lee ,

have you try this props?

useMouseEvents={false}

maxlech974 avatar Aug 12 '21 07:08 maxlech974

Hello @pang-lee ,

have you try this props?

useMouseEvents={false}

Yes, I have already try and it's work perfectly, Thanks!!

pang-lee avatar Oct 12 '21 13:10 pang-lee