Skip to content

Instantly share code, notes, and snippets.

@fchasen
Created April 8, 2015 18:15
Show Gist options
  • Save fchasen/cb47f9e4f4987c3fb0e8 to your computer and use it in GitHub Desktop.
Save fchasen/cb47f9e4f4987c3fb0e8 to your computer and use it in GitHub Desktop.
com.apple.ibooks.display-options.xml
<display_options>
<platform name="*"> <!-- all devices -->
<option name="fixed-layout">true</option> <!-- fixes the layout -->
<option name="specified-fonts">true</option> <!-- set to "true" when embedding fonts -->
<option name="open-to-spread">true</option> <!-- single page or full spread on open -->
<!--<option name="orientation-lock">landscape-only</option> "landscape-only" or "portrait-only" or leave this line commented -->
<option name="interactive">true</option> <!-- set to "true" when using javascript or canvas -->
</platform>
</display_options>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment