Is there a way to provide options for a html5 widget in iBooks? Let's say I have some sort of feedback widget that needs to be inserted in every chapter, how can a chapter variable be set?
Asked
Active
Viewed 160 times
1 Answers
1
We built a quiz widget that was at the end of each chapter and we ended up just cloning code for the widget and setting all the variables via JSON. That turned out to be the easiest way.

Waynn Lue
- 11,344
- 8
- 51
- 76
-
So you did not find a way to provide params either? – Jan Nov 19 '13 at 09:06
-
No, unfortunately. We made it easier by having different branches in git, but that's how we differentiated them. – Waynn Lue Nov 20 '13 at 01:05