bell notificationshomepageloginedit profileclubsdmBox

10.02% popularity   0 Reactions

I have an epub book that turns its pages right to left. The text is still left to right, but I press ← in iBooks to turn to the second page from the first, etc. My other epubs function normally. How can I reverse the order of the pages?


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (2)

Login to follow story

More posts by @Debbie

2 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

If the opf declares a language that is read right-to-left, iBooks will paginate that book that way, regardless of the language of the HTML pages.

It's worth double checking that the only language in the opf is the language of the title.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

10% popularity   0 Reactions

This might not apply in your case, but my response was getting too long for comments.

If you have an epub3 and you have access to the files, you can set the page progression direction.

If you look here at the section titled Global Direction you'll see that you can set the direction globally in content.opf:

<spine toc="..." page-progression-direction="rtl">

In your case, you would want to use the opposite, "ltr". The next section Content Direction shows how to set the direction for individual html files:

<html dir="rtl"
...
</html>

I can't really say why iBooks is rendering this particular epub with rtl page direction, but there is this note in the Global Directions paragraph:

There is no default value when this attribute is omitted; the reading system will render the content in whatever is its default manner.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top