Web/eBook

[epub]ibooks pre-paginated 에서 책 깨짐현상

saltdoll 2013. 4. 16. 20:50
반응형

<manifest>
<item id="htmltoc" properties="nav" media-type="application/xhtml+xml" href="toc.xhtml"/>
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/>

....
</manifest>
<spine page-progression-direction="ltr" toc="ncx">

<itemref idref="htmltoc" properties="rendition:layout-reflowable"/>
<itemref idref="page001.xhtml" linear="yes"/>
<itemref idref="page002.xhtml" linear="yes"/>

</spine>


다음과 같이 spine에 viewport가 없는 toc.xhml문서가 있게 되면, ibooks에서 해당 책이 깨져 보이게 된다.


뷰포트가 없는 해당 페이지를 제거하는 것이 바람직하다.

기본적으로 linear="no"를 해주어도 ibooks에서는 fixed layout에서는 해당 페이지가 빠지지 않음(reflow layout에서는 빠짐)

반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)