2017
Table Of Contents
- Contents
- Introduction
- Quark digital publishing options
- Defining your goals and limitations
- Hardware, operating systems, and formats
- General design approach
- Mistakes to avoid
- Projects and Layouts
- Digital layouts
- Creating a digital layout
- Working with layouts
- Adding interactivity to digital layouts
- Working with interactivity actions
- East Asian features in Digital layouts
- Text in Digital layouts
- Fonts in Digital layouts
- Hyperlinks in Digital layouts
- Groups in Digital layouts
- Synchronizing content between orientations
- Updating missing files
- Reviewing Digital Publishing asset usage
- Working with Reflow
- Creating a TOC for ePub or Kindle
- Working with eBook metadata
- Digital layouts
- Working with output styles
- HTML5 Publications
- Exporting for ePub
- Exporting for Kindle
- The App Studio feature
- Understanding App Studio
- Creating an App Studio issue
- Creating an App Studio app
- Preparing to submit an App Studio app to Apple
- Creating your developer account
- Getting your iPad's device ID
- Creating your iOS Development Certificate
- Creating your iOS Distribution Certificate
- Registering devices
- Creating an app ID
- Setting up for push notifications
- Creating a Development Provisioning Profile
- Creating an App Store Provisioning Profile
- Creating an app description in iTunes Connect
- Setting up in-app purchases
- Preparing to submit an Android App Studio app
- Requesting an App Studio app
- Updating an App Studio app
- Preparing to submit an App Studio app to Apple
- Submitting an app to Apple
- Submitting an Android app
- Exporting as an iOS app
- Legal notices
- Index
pages using the arrows in addition to navigation using the scrubber bar, filmstrip,
toc or interactivity.
"pageNavigation": {
"showArrowsForMobile": false,
"showArrowsForDesktop": true
},
View configuration
Use the pageFitView and the spreadView sections to configure the view for your
app.
pageFitView
•
Use the defaultMode parameter to set the default fitting mode of the publication
page in your webapp. Pages can be scaled up or down appropriately to fit the
device size / browser size.
Publication pages viewed in a webapp can be displayed as:
•
autofit - the pages will be scaled proportionally in both dimensions to
display the complete page to fit in the device browser.
•
widthfit - size the pages to fill the device browser width and enable scrolling.
•
Use the maxScaleForAutoFit parameter to specify the max limit for scaling a
page in autofit mode. To limit scaling beyond 100% of the original dimensions,
specify a value of 1. For 200% specify a value of 2. To have no limit restriction
and to be able to scale pages as much as the browser size specify a value of 0 .
"pageFitView": {
"defaultMode": "autofit",
"maxScaleForAutoFit": 4
},
spreadView
if facing pages (portrait or landscape) are available in the publication they will be
displayed in landscape orientation in a device, or landscape like dimensions in the
desktop browser. By default the facing pages display is on, and a user can toggle the
display to single page and vice versa.
•
Use the mobile parameter under the showLandscapeFacing parameter to
enable/disable the display of landscape facing pages on the device.
"spreadView": {
"showLandscapeFacing": {
"mobile": false
}
}
72 | DIGITAL PUBLISHING WITH QUARKXPRESS 2017
HTML5 PUBLICATIONS