-
All replies
-
Helpful answers
-
-
Feb 26, 2012 9:08 PM in response to K Tby sfmission,Currently testing on ipad1, but obviously would like to perform well on both ipad 1 and 2 :)
-
Feb 29, 2012 9:28 AM in response to sfmissionby miguel_sanchez,- IBNotifiesOnReady => into .plist
- Set Dashboard widget to load the Apple javascript library => into the head section of the HTML file
- Set the Dashboard widget to let iBooks know when the HTML initialization begins => into the javascript code
but the question is: where can i find/download the AppleClasses/AppleWidget.js?
Be careful, the line:
<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </src>
is not correct. It must be:
<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </script>