-
All replies
-
Helpful answers
-
-
Jan 2, 2013 5:08 AM in response to Oliboy50by Read Along Publishing,Hi Oliboy50,
I believe the iBooks app handles this for you.
Are you able to use the DOMContentLoaded event listener like this to solve your problem? There is a function in ibooks.js to initialise all js, you could potentially add your functionality to that once iBooks as done the init. Have a look around line 200.
window.addEventListener("DOMContentLoaded", function() {
// Your code here
}, false);
Hope that hepls.
Seb