3D FlipBook - hide bookmarks, auto open thumbnail view

g***m@gmail.com
2020-08-25
2020-08-25

Hello,

is there any option to hide bookmarks completely and just open the thumbnail view default?

Also is there another option to open the thumbnail/search-popup by default?

Greetings Gabriel

Replies

a***r@3dflipbook.net
2020-08-25
2020-08-25

hi, there is not such options but you can use ready function for your book:

function ready(scene) {
  scene.view.container.find('.cmdBookmarks').remove();
  scene.tocCtrl.setBookmarks = function(){};
  scene.ctrl.cmdToc();
} ready

that will do what you need.

g***m@gmail.com
2020-08-26
2020-08-26

Thanks works fine!

Log In to leave a comment