3D FlipBook - Automatically show TOC (Table of Contents) when page loads

s***y@clevespace.com
2022-09-18
2022-10-28

Hi - I've added the ready function below to this document --- https://knowtion-inc.com/staging/natpro/products/ --- but it still doesn't auto show the TOC (a user has to click on the small bookmarks icon and we think users will not do that in some cases). How do we accomplish this?

$('body').FlipBook({
...,
ready: function(scene) {
scene.ctrl.cmdToc();
}
});

Replies

s***y@clevespace.com
2022-09-28
2022-09-28

hi - anyone alive?

a***r@3dflipbook.net
2022-10-28
2022-10-28

hi, it seems to be resolved, you need to use:

function ready(scene) {
scene.ctrl.cmdToc();
} ready
Log In to leave a comment