<insert commentary on the history of HTML5. Pretend readers might actually read the commentary. Spend an absurd amount of time writing said commentary>
<insert commentary on the present state of HTML5 with emphasis on application development. Note: HTML5 hasn’t been ratified. Briefly mention that HTML4 hadn’t been ratified until recently. Mention marketing analyst percentages and numbers>
<insert closing commentary on the future of HTML5 with regards to application development on mobile, web and Windows 8. Make bold statement inciting controversy and alienation>
Quick Overview
- Demo *Note: Audio is supported on compiled iOS and Android
- Create index.html
- Download json2.js and phonegap-1.3.0.js
- Test
- Compile w/ PhoneGap Build
Create index.html
Download json2.js and phonegap-1.3.0.js
JSON2 is a utility library for working with JSON data. Although we’re using jQuery, at this time, serializing JSON data is not supported in jQuery.
PhoneGap is JavaScript which gets compiled down to native code. We will be using PhoneGap Build, an app compiler in the cloud!
![]()
Test
Open index.html in a browser. All the buttons, transitions, multi-page support and event handling are being performed by jQuery Mobile.
Demo *Note: Audio supported on compiled iOS and Android
Compile with PhoneGap Build
Create a zip of the 3 files and upload to PhoneGap Build. *Within minutes, you will have an .app, .apk and .xap to deploy to iOS, Windows Phone and Android devices.
![]()
* In order to compile a iOS app, you will need to upload two files, one being your Apple developer certificate.