The PhoneGap shell application is a PhoneGap-aware web browser created for running ColdFusion-based mobile applications. The PhoneGap applications cannot be executed on mobile browsers because of the lack of support for platform-specific functionalities.
This application is created with PhoneGap 2.5.0 libraries and hence the application supports PhoneGap APIs and events.
Usage:
-
Type the URL of the ColdFusion-based mobile application deployed on the server and click Go.
-
Ensure that you include /CFIDE/cfclient/useragent.cfm in every CFML page of your application. Alternatively, you can include the useragent.cfm file in the Application.cfm file.
PhoneGap applications do not work inside HTML frames (including iFrame). Hence this application does not support navigating back to this page once the application is loaded.
If you are running this application on Android, you can invoke the application menu option and select the Home option to come back to this page. On iOS, you need to terminate the application and execute it again to come back to this page.