Created
April 8, 2015 18:15
-
-
Save fchasen/cb47f9e4f4987c3fb0e8 to your computer and use it in GitHub Desktop.
com.apple.ibooks.display-options.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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