Before buying the paid version I need to know if it is possible.
this is my code:
controlsProps: {
actions: {
cmdSmartPan: false,
cmdSinglePage :{
activeForMobile: true
},
},
scale: {
levels: 7,
max: 7
}
}
also try this other code:
controlsProps: {
actions: {
cmdSmartPan: {
active: false
},
cmdSinglePage :{
activeForMobile: true
},
},
scale: {
levels: 7,
max: 7
}
}
Can you help me?
The second code looks correct. You need to use it when creating a book:
jQuery ('body').FlipBook({controlsProps:{...},...})