Deploying to a Cordova project

EGL mobile project can deploy to two different patterns of mobile application: mobile web projects or native mobile projects. Mobile web projects can only run in browsers including mobile browsers; native mobile projects create an application that is installed in mobile device as a native artifact.

The way to deploy to a mobile web project is exactly the same as deploying RUI project into a web project. For more information, see Overview of EGL Rich UI deployment.

To deploy to native mobile project, you must deploy to Cordova project firstly. For more information, see Adding mobile deployment entry. Then use the Cordova tools to package to native mobile projects. For more information, see Creating mobile applications.
Note: If you want to use EGL service in the native mobile project, the service must be deployed to the web project.