Hi,
I just purchased the jquery plugin version of 3D Flipbook and all looks good so far
A few questions
1. How to I set the Flipbook to appear in single page mode via a setting or js. I don’t want the user to have to select an option on the menu bar. Basically I want to make sure the Flipbook is in single page mode when the user is on a mobile device in portrait mode. I can do the detection of the orientation but need to then make the change via js.
2. When the Flipbook is loaded and no interaction is going on, the devices GPU is still going at around 70%. This will have an impact on the performance of the viewers device plus it will consume battery more than should be needed. Can this GPU use be reduced when no interaction is going on.
3. There does not seem to be any example on using css/html layers. I need to know how to add clickable areas onto pages. The number of areas and positions will be different. Could provide a simple example of adding a link on age one and a link on page2.
Many thanks
Tony
FYI. Just worked out how to set Single Page mode controlsProps: { actions: {cmdSinglePage: {active: true}} },
2 GPU rerender page 60 FPS so it is a litle busy – that is how 3D Graphic works, I need to think about “economy”.
3) http://3dflipbook.net/embedded-video
where did you place this code ? controlsProps: { actions: {cmdSinglePage: {active: true}} },
Thanks