/MobilePack-jQueryMobile

Contains everything related to jQueryMobile MobilePack

Apache License 2.0Apache-2.0

Mobile Pack for jQuery Mobile

jQuery Mobile is a touch-optimized web framework that lets you develop mobile web applications using HTML5, JavaScript and CSS3 for a wide variety of smartphones and tablet computers. This Mobile Pack presents 3 samples of a single page JavaScript contact management app that demonstrates how to use jQuery Mobile with the Force.com REST API from either a Visualforce page or an external mobile web app implemented in PHP or Node.js.

Getting Started

  1. To use the Mobile Pack with a Visualforce page (i.e. host the app on Force.com), follow this quick start.
  2. To deploy your HTML5 app externally (e.g. on Heroku) and source data from Salesforce, follow this quick start. Note: This quick start provides steps to run your app on either a Node.js or PHP server.

What’s included in this Mobile Pack

  • Samples/jQueryMobileVF - a Visualforce page and supporting static resources that implements the single page contact management app.
  • Samples/jQueryMobileHerokuPHP - a sample mobile web app that can be deployed outside of Force.com (and for this example deploys to Heroku). It serves up the same single page contact management app that uses the ForceTK library as a JavaScript wrapper for the Force.com REST API to grab your data and communicates back to the Salesforce Platform via a PHP proxy.
  • Samples/jQueryMobileHerokuNode - a sample mobile web app that can be deployed outside of Force.com (and for this example deploys to Heroku). It serves up the same single page contact management app that uses the ForceTK library as a JavaScript wrapper for the Force.com REST API to grab your data and communicates back to the Salesforce Platform via a Node.js proxy.

### jQuery Mobile and Visualforce

jQuery Mobile and Heroku

Learn More

For much more information building enterprise mobile applications on Force.com with Mobile Packs, go to the Mobile Packs home page.

Bitdeli Badge