I have an ePub3 book involving scripting which works fine with Readium, but only partially in iBooks. My guess is that the JavaScript is erroring out at some point (although as a standard web app the exact same code works fine in Safari). Any thoughts on how to go about debugging this?
How to debug scripted ePub3 in iBooks?
1.5k Views Asked by AudioBubble At
2
There are 2 best solutions below
1
Nicolas Zimmer
On
You can enable the Webkit Web Inspector in iBooks with this line in your terminal app to change its settings:
defaults write com.apple.iBooksX WebKitDeveloperExtras -bool YES
You'll find the inspector after re-starting iBooks in the context menu (More > Show Inspector). All the inspector tools are available including console etc.
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
Related Questions in DEBUGGING
- Eclipse find source file from library
- Debug native code in Android Studio
- Breakpoint "concurrency" in Intellij
- PhpStorm IDE. Collapse custom/debug code
- How does one debug infinite recursion in Haskell?
- Android Studio missing exception stacktrace in Logcat
- java FileNotFoundException wont locate a file in the same project
- How can I debug scala.js unit tests?
- Why Eclipse Debugger does not stop on scoped exception breakpoint (how to stop on handled exception)
- Suggestions for my Selection Sort / Java
- Fortran Debugging
- Debug Excel VSTO add-in when launched by double-clicking existing file
- Starting GDB with interpreter mi via .gdbinit file
- How to print call stack in Swift?
- Preventing threads in Xcode
Related Questions in CROSS-PLATFORM
- How to tell the difference between linux and mac
- Possible to ignore certain submodules on Git checkout?
- Swipe between webviews in Xamarin
- How to invoke an Integration Service in Kony Studio that is created in the MobileFabric Console?
- Kony: Ant build error=exec-shell returned: 1
- Best practice for cross-platform mono project layout when using native dll's
- Equivalents to gcc/clang's march=native in other compilers?
- Platform specific cut paste mnemonics swing.
- Are there any naming conventions for command line arguments?
- Why is NetBeans running my program on OS X, but not building it into a JAR?
- How to Upgrade Cordova 3.5.0-0.2.4 to any higher version?
- Meteor.js - How to implement different templates on a cross-platform app
- Rcpp: Platform differences in output
- Cross-Platform Vector Format
- How to manage separate GUI processes in a Qt application?
Related Questions in IBOOKS
- how to open epub file in iBook from app
- Add annotation in Ibooks
- Fancybox not working on iPad
- Adding PDF to iBooks by code
- iOS: How do I put an image on top of the tableView like iBook
- How to open the iBook file without use the third party apps?
- What HTML5 features are available for Dashcode widgets in iBooks?
- What javascript works as expected in epub using iBooks?
- iBooks test for an internet connection with HTML widget
- Opening iBook File on iPad from HTML Link
- iBooks Author widgets on portrait mode
- Why are some widget elements not showing up when embedded in iBook?
- Export .dae (collada) file from Google Sketchup
- iPhone: Developing an iBook App
- Automatic animation with iBooks Author
Related Questions in EPUB3
- How to generate .mobi file for Kindle that supports Kindle Reading Speed feature
- How to add type metadata element in the OPF file?
- Readium Android SDK - Does anyone edit the code of epub3-Library?
- How to block taking screenshot for android app
- ePub 3-Page Spread
- iBooks for OS X cannot scroll div using mouse wheel
- Epub Fixed Layout is not full screen in Portrait
- Epub Resources for 3.0 - Where the best place to learn?
- Pandoc Checklist/Checkbox/Tasklist generation using task_lists Extension doesn't work
- How to prevent @media from breaking the parsing of the CSS file on some Kobo EPUB readers?
- create table of contents in EPUB when converting from docx [pandoc]
- How to prevent screen recording in Epub Viewer on flutter based application IOS and Android?
- How to include images from the epub template with pandoc?
- Prioritising Local Changes
- How to debug scripted ePub3 in iBooks?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Azardi Online can be used to read the file using the browser. The built-in or add-in console can be used from there to debug. Or a console shim can be created:
References
Azardi Online
Event Handler Attributes
Debugging JavaScript on Android and iOS