The iBook Authoring tool - allows users to generate apple specific authoring language which is a derivative of ePub 3 standard.

learn more… | top users | synonyms

0
votes
1answer
84 views

Specifying minimum version of iBooks in an ePub

I'm working on a full-screen fixed layout epub requiring iBooks 3. I've noticed other books display an alert on launch requesting that users with an earlier version of iBooks upgrade. I can't find any ...
0
votes
0answers
75 views

Read XML from javascript in a HTML widget from iPad

I'm doing a HTML widget of iBooks Author from MAC/iPad. The documents that I have in this widget are a .html, .css, .js and .xml The main information for javascript file are in xml file but I think ...
0
votes
0answers
137 views

Hack around Default.png in iBooks Author—Auto load widget

Been searching around to find a hack or some workaround for needing a Default.png screen when embedding an HTML5 widget in iBooks. Having to do so really ruins the flow of the project I'm working on. ...
0
votes
0answers
21 views

Using IBook-Author for Help-Books

Is it possible to use the .ibooks format for help-files? Ibook-Author can also create PDF files. Is it possible to use/convert PDFs for apple help?
0
votes
0answers
238 views

iBooks Author html5 widget low fps

I'm making an animated scene with JavaScript and running it on iPad2 through iBooks Author. I animate sprite using png sequence. Normally I have 60 fps with a couple of sprites onscreen. When I added ...
1
vote
1answer
124 views

iBooks alignment examples fail as 'Invalid Equation'

Copy/pasting all three of the alignment examples from Apple's iBooks Author : About LaTex fail with 'Invalid Equation'. For example What is the correct format for alignment?
0
votes
0answers
161 views

iBook Author widget - White Flash while loading

I have an HTML widget which is contains iframe referenced to Google Maps. The problem is - when user taps on the widget there is white flash screen during iframe loading. That's very annoying ...
0
votes
0answers
374 views

In iBook Author how can I create a hyperlink to a chapter or section page?

I want to create a sub-nav element on the pages of an ibook so readers have access to supporting content resources. I would like to link to chapter or section pages, but cannot. The hyperlink to a ...
1
vote
1answer
611 views

Can (javascript) widgets created for iBooks Author use SQLite (HTML5 web) databases?

I'm creating a "quiz" widget for iBooks Author and would like the widget to save student responses in a SQLite database in the iBook when the user is not online until the user can get an internet ...
0
votes
1answer
117 views

How to Invoke/Open html widget on button/icon click in ibook author?

In iBook Author I have an HTML widget which I want to open when a button is clicked from a page. Is there a possibility of that?
1
vote
1answer
750 views

How do I link to a specific section of an iBook from an iBook HTML Widget?

I am creating an HTML widget in the new iBooks Author format(.iba) that will be able to link to content within the book. In the epub3 format, I would just link to an .xhtml page that contains the ...
2
votes
2answers
272 views

Updating a book created with iBooks Author

I have a quick question about Apple's iBooks Author: is it in any way possible to update a book created with iBooks Author? I mean: if I create a book, publish it and users download it, can I change ...
3
votes
0answers
351 views

Is it possible to embed an eBook created with iBooks Author inside an app?

I would like to embed an e-book created with iBooks Author inside an app. Does anybody know if it's possible? If not, is it possible to add a "link" in my app that opens the e-book?
0
votes
1answer
419 views

Dynamically resize iBooks HTML widget

I want to create a dynamic widget for iBooks 2, but I can not dynamically resize the widget to match portrait or landscape mode. I found Apples documentation for resizing dashboard widgets but this ...
3
votes
2answers
1k views

Automatic animation with iBooks Author

I am trying to create animations in an ebook (using iBooks Author) much like the the first few pages of Yellow Submarine ebook. Specifically I want to have animations in the content and immediately ...