View Single Post
Old 03-30-2013, 01:50 AM   #13
brunobruno
Junior Member
brunobruno began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2013
Device: iPad3
Quote:
Originally Posted by DaleDe View Post
For starters you need a special file not required for ePub 3. The file is META-INF/com.apple.ibooks.display-options.xml
Hi Dale, thanks for the reply, I have this file and it looks like this:

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>
There must be something that prevents opening on body-matter. It is just really hard to find what it is as the file validates and works correctly otherwise.
brunobruno is offline   Reply With Quote