Generating iOS app

  Options

Generating iOS app

How to set configurations and create a iOS app for iPhones. This guide describes how to set up your development environment for Apache PhoneGap and create an application.

Note

Build an iOS app locally with enabling iOS specific features. Don't use this output to replace other platform's www content (ex: diabled swipeUp and Down). This instructions based on PhoneGap documentation on iOS development. Refer PhoneGap documentation to more details.

iOS Gestures

  • press 'Back button' : Go back

  • swipe 'Left' : Go to prev/next page

  • swipe 'Right' : Go to next/prev page

  • swipe 'Up' : Go to scroll up

  • swipe 'Down' : Go to scroll down

  • Tap Hold long time : Pop up for view Menubar/ToC/Settings (more than 1000ms)

  • click Options Button : Pop up for view Menubar/ToC/Settings

    Figure 3. Option Button

    Option Button