Questions tagged [epub3]

EPUB 3 is a third version free and open e-book standard by the International Digital Publishing Forum (IDPF).

Some useful learning resources, in no particular order:

EPUB 3 COMMUNITY GROUP
epub samples on GitHub
IDPF
Esse-EP
IBM DevelopersWork
Liz Castro's blog
Readium by IDPF epub check by IDPF

135 questions
0
votes
0 answers

interactivity in Epub used ibooks software of ipad

I am used textbox in epub file and view in ibooks software of ipad,but its not properly works,its look like disable. Do you know an easy way to enable the interaction with html inputs in iBooks for Ipad? I have a simple epub with html inputs like…
Sagar
  • 43
  • 13
0
votes
2 answers

How to add missing browser-specific css declaration properties and prefixes to epub

Publishers sometimes release Epub titles without including all of the required browser-specific css declaration properties and prefixes. For example, a title might include a -webkit-transform declaration but omit transform or vice versa. There are…
andrew
  • 77
  • 10
0
votes
1 answer

Can i call other application in eBook(epub)?

I want to make ebook that can call other application. For example, if reader of ebook clicks button or link, application like game will be executed. I thought it can be done by using Javascript but i couldn't find any information about it. If it is…
MadCow
  • 5
  • 1
0
votes
2 answers

JSON loading not functioning in ePub3

I currently have a project where I am writing an ePub3 eBook. I successfully included three.js to display some models. Now I want to create several 'hotspot' elements (small cubes which should be interactive to show details about the position on the…
hGen
  • 2,235
  • 6
  • 23
  • 43
0
votes
1 answer

How to generate .mobi file for Kindle that supports Kindle Reading Speed feature

I am generating a multi-chapter eBook for Kindle Fire by first generating a well-formed xhtml-based EPUB 3.0 format file and then converting the .epub file to .mobi w/ Kindle Previewer and/or kindlegen. The generated .mobi file transfers properly…
cjc
  • 1
  • 1
0
votes
1 answer

How to read the contents of a file inside an epub using javascript

I need to read, inside a page of an epub3 book, the contents of one of the file of that same epub, being some data to process with a javascript function. Unfortunately, Javascript prevents from loading local files for security reasons. (e.g the File…
humhum
  • 41
  • 5
0
votes
1 answer

Make javascript aware of when media overlays are being played in an epub3 ebook

I would like to have some javascript code modify some properties of the element that is being played as part of a media overlay (smil driven). In particular, I am interested in text media overlays, which get highlighted as some audio is played. My…
XAnguera
  • 1,157
  • 1
  • 11
  • 25
0
votes
2 answers

epub3 : how to add the mimetype at first in archive

I'm working on a script to create epub from html files, but when I check my epub I have the following error : Mimetype entry missing or not the first in archive The Mimetype is present, but it's not the first file in the epub. Any idea how to put it…
J'hack le lezard
  • 413
  • 7
  • 23
0
votes
1 answer

Fixed Layout rendering issue with epub.js Library

I have fixed layout epub books which am supposed to read on desktop and mobile/web browser. For this project im using the epub.js library available on Git, github.com/futurepress/epub.js but when i load my epub file , it gives some errors as in this…
Sr070960
  • 67
  • 1
  • 1
  • 10
0
votes
1 answer

jQuery in iBooks

I'm trying to create an interactive glossary for an iBooks eBook: each time you click on a term, the definition shows at the end of the page. You can hide the definition either by clicking again on the term or by clicking on another term. In this…
0
votes
1 answer

EPUB3 Reader Development?

I need to know about EPUB3 Reader Development. I Am using readium to develop epub3. Looks as if http://readium.org/ offers exactly what I am looking for; but I only find descriptions for the integration of Readium into different browsers. I want to…
0
votes
3 answers

Validate XHTML folder for Epub3

I need to validate XHTML folder before including in EPUB3. Epub3 validator performs the check after creation of epub. I need to validate before , so i dont have to waste the wait time.
0
votes
1 answer

What do we mean by Document reflow and do we have standard specifications for reflowing documents?

I want to learn more about Ebup 3 implementations. Epub files can be reflow is what they say but what is the exact meaning of reflow is not clear to me? Are there any standard specifications of document reflow ?
virusrocks
  • 861
  • 1
  • 5
  • 19
0
votes
1 answer

Error while validating epub in epubcheck

Generating book.epub in rails and validating book.epub in epubcheck tool. I got many errors, fixed everything except following errors: ERROR: /book.epub/section.xhtml(14,85): attribute "data-align" not allowed here; expected attribute "dir", "id",…
user2138489
  • 77
  • 3
  • 10
0
votes
2 answers

Using SkyEpub jar library in an android project

I am going to use SkyEpub 3 library in my android application to read ebooks in epub format. To get familiar with the method of using SkyEpub I have downloaded its android demo project from here. Its demo project is working properly, But when I use…
m.taheri
  • 309
  • 3
  • 21
1 2 3
8
9