Mobile Deployment

From HTML5 Builder
Jump to: navigation, search

To deploy your application as a native mobile application, go to Home > Deploy to Mobile.

The process consists of two steps:

  • Export your project. HTML5 Builder generates a PhoneGap project for your application.
  • Build your application. The PhoneGap project is built into a native application for the target platforms.

Consult the following pages for information on how to build your application for one of the supported platforms: iOS, Android, BlackBerry, Windows Phone.

If your application uses the built-in AJAX implementation, you will need to perform a server deployment as well. See Mobile AJAX.

See Also