Hi Appery team!
I want to add turn.js (www.turnjs.com) functionality to my app. I have done:
Add turn.js as JavaScript text to Appery.
Add HTML box to my app:
Page 1
Page 2
Page 3
Page 4Add event on "show page" (also tried "Load") with JS code:
$("#flipbook").turn({
width: 400,
height: 300,
autoCenter: true
});It's not working
