
: How do I reverse an epub that turns right to left? 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
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
More posts by @Debbie

: Possible to transfer Adobe Digital Edition ePUB books from my local library to my Kindle? I recently purchased a Kindle Paperwhite. My local library provides books in a variety of formats, ePUB

: How to remove an article from kindle and Amazon cloud permanently I have kindle paperwhite (firmware version 5.4.4.2). My view settings are: On Device | My Items | Collection Issue : After
2 Comments
Sorted by latest first Latest Oldest Best
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
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