Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

fixed-layout ePub displays one page no matter in landscape mode or Portrait mode

I use the code :

<meta property="rendition:layout">pre-paginated</meta>

<meta property="rendition:orientation">landscape</meta>

.....

<itemref idref="s001" linear="yes" properties="rendition:page-spread-center"/>

<itemref idref="s002" linear="yes" properties="rendition:page-spread-center"/>

<itemref idref="s003" linear="yes" properties="rendition:page-spread-center"/>



but ,they all don't work.

iBook

Posted on Nov 19, 2012 10:28 PM

Reply
2 replies

Nov 21, 2012 10:28 AM in response to lzh0410

This is the code you use to tell iPad to display in landscape mode.


[?xml version="1.0" encoding="UTF-8"?]

[display_options]

[platform name="*"]

[option name="fixed-layout"]true[/option]

[option name="orientation-lock"]landscape-only[/option]

[option name="open-to-spread"]true[/option]

[/platform]

[/display_options]



Replace the brackets to carets and you're good to gol Name the file:


com.apple.ibooks.display-Options.xml


and it's put in the META-INF folder


Message was edited by: JudithT

fixed-layout ePub displays one page no matter in landscape mode or Portrait mode

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.