![]() |
#1 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
![]()
Hello!
I am hand coding a EPUB 3 Fixed-Layout Document, everything is going pretty well but I can’t get the file to open on the main content. I’ve setup a guide in the OPF: Code:
<guide> <reference type="cover" title="Cover" href="cover.xhtml" /> <reference type="text" title="Start" href="pg_0003.xhtml" /> </guide> Code:
<nav epub:type="landmarks"> <h1>Guide</h1> <ol> <li><a epub:type="cover" href="cover.xhtml">Cover</a></li> <li><a epub:type="bodymatter" href="pg_0003.xhtml">Start</a></li> </ol> </nav> Code:
<navMap> <navPoint id="p1" playOrder="1"> <navLabel> <text>Start</text> </navLabel> <content src="pg_0003.xhtml" /> </navPoint> </navMap> Thanks! Bruno |
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
Read about ePub 3 in our wiki and fixed layout ePub. ePub 3 does not support NCX for ePub 3 files. What app are you using to test this?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Connoisseur
![]() Posts: 53
Karma: 10
Join Date: Aug 2012
Location: Nashville, Tn
Device: ipad, Kindle Fire
|
have you not added a spine?
|
![]() |
![]() |
![]() |
#4 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
I think I made it following spec. The problem is when uploading to iBooks on my iPad3 it doesn’t seem to work. Yes, just didn’t want to post a lot of code here. Let me know if you want me to upload the complete epub. |
|
![]() |
![]() |
![]() |
#5 |
Connoisseur
![]() Posts: 53
Karma: 10
Join Date: Aug 2012
Location: Nashville, Tn
Device: ipad, Kindle Fire
|
just curious but I always wonder why people may a fixed?? Any particular reason?
|
![]() |
![]() |
Advert | |
|
![]() |
#6 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
Quote:
As you know from the wiki page, iBooks is not exactly following the ePub 3 specification, it is leading it. It has requirements that are different from the spec. It is likely that one of those additional requirements is causing the problem. Even ePub 2 books don't always work properly in iBooks. |
|
![]() |
![]() |
![]() |
#7 |
Digital Amanuensis
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
|
Very few Reading Systems actually respect what you ask for in the <guide>, so it is not surprising that yours does not.
|
![]() |
![]() |
![]() |
#8 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
|
![]() |
![]() |
![]() |
#9 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
|
|
![]() |
![]() |
![]() |
#10 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
|
![]() |
![]() |
![]() |
#11 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
The NCX is something for ePUB2. If you want some form of backwards compatibility, you need/can include it in an ePUB3. However, it is not needed for an ePUB3.
|
![]() |
![]() |
![]() |
#12 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
For starters you need a special file not required for ePub 3. The file is META-INF/com.apple.ibooks.display-options.xml
This is not the first time Apple has required a special file. They also need one for embedded fonts. Of course the content of these extra files must meet their requirements. Apple does not specify that the ePub be version 3.0 so it is likely that an ePub 2 formatted file can have fixed layout and it is not clear if the features of a 3.0 would be supported. Dale |
![]() |
![]() |
![]() |
#13 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
|
Quote:
Code:
<display_options> <platform name="*"> <option name="fixed-layout">true</option> <option name="specified-fonts">false</option> <option name="open-to-spread">true</option> <option name="orientation-lock">landscape-only</option> <option name="interactive">false</option> </platform> </display_options> |
|
![]() |
![]() |
![]() |
Tags |
epub3, fixed-layout, guide, navpoint, start |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating Fixed Layout ePub3 from InDesign | flipick | ePub | 12 | 03-14-2013 09:22 AM |
Fixed layout epub | curiousgeorge | ePub | 3 | 01-18-2013 04:27 PM |
Problem with page magnification on fixed layout for kindle fire | verydeepwater | Kindle Formats | 3 | 01-15-2013 09:30 AM |
Fixed layout epub in BN site appears only first page | bhuvana786 | Barnes & Noble NOOK | 1 | 04-17-2012 05:24 PM |
epub3 Sigil Poetry(fixed layout) | Giggleton | Sigil | 7 | 04-04-2011 12:58 PM |