Past messages: >Hi how do can I disable navigation through corners (click corner bottom right it goes ahead, bottom left bo back)?
>only edit code.
>I tried so long but I'm unable to find out how. can you give me a help? thanks
I have a premium version (jQuery not Wordpress). please can you give me more info on how to do that? can't find the way
thanks
It seems i was wrong, there is a simple way:
var options = { ... ready: function(scene) { scene.book.enableMouse(false); }, ... };Thanks! I have this code but it seems not to be working anywhere. Where should I have to put it?
$('#container').FlipBook({ pdf: "path to pdf", ready: function(scene) { scene.book.enableMouse(false); } });