3D FlipBook - Bookmarking a page using the Jquery Plugging

a***i@gmail.com
2022-07-26
2022-11-30

How is it possible to bookmark a page so that the user can resume reading it from the page he/she has bookmarked ? . Currently the pro version of the plugin does not provide any facility to bookmark a page .

Replies

a***r@3dflipbook.net
2022-11-30
2022-11-30

You can add your script for this:

ready(scene) {
  console.log(scene.ctrl.getPage()); // current page
  scene.ctrl.goToPage(11);
},

check https://3dflipbook.net/documentation#general-approach to see how to use the ready function.

Log In to leave a comment