blasten/turn.js

Changing Pages from 112 to dynamic in steve-jobs error

umairlodhi opened this issue ยท 3 comments

Hi every one! i am new here,
i am creating a dynamic bookview using steve-jobs but the issue is when i change

pages 112

to any other number it stops working, and showing this error in console

TurnJsError
message
:
"Page "111" cannot be inserted"
name
:
"TurnJsError"

i am working on this issue but unable to get the solutions, i really appreciate your help thanks

hello,this problem is
qq 20171203222602
qq 20171203222610

DIV P111 ,because js is select p111,but no p111 will damage book interface

hello,this problem is
qq 20171203222602
qq 20171203222610

DIV P111 ,because js is select p111,but no p111 will damage book interface

Thanks! It is great!

Just change .p111 to .pN-1 , where N - max page count for you
And .p112 to .pN , where N - max page count for you

It works for me