Can we disable the page flipping noise by default?
Could you please let me know how to do it? We have used jQuery plugin for the same..
Yes
$('#container').FlipBook({ ..., controlsProps: { actions: { cmdSounds: { active: false } } }, });
Could you please let me know how to do it? We have used jQuery plugin for the same..
Yes