HTML5 Zone is brought to you in partnership with:

Raymond Camden is a developer evangelist for Adobe. His work focuses on web standards, mobile development and Cold Fusion. He's a published author and presents at conferences and user groups on a variety of topics. He is the happily married proud father of three kids and is somewhat of a Star Wars nut. Raymond can be reached via his blog at www.raymondcamden.com or via email at raymondcamden@gmail.com Raymond is a DZone MVB and is not an employee of DZone and has posted 133 posts at DZone. You can read more from them at their website. View Full User Profile

Windows 7 Version of PhoneGap/Cordova

07.24.2012
| 2324 views |
  • submit to reddit

This is interesting - Intel has created a Windows 7 port of PhoneGap (AKA Cordova). You can grab the bits at the Github project:

https://github.com/otcshare/cordova-win7

Right now it is pretty rough, but you can test it using the free Visual C++ 2010 Express.

Once you download Visual Studio, run it, and open Cordova.sln:

And then you can simply hit the green button by the word Debug:

If everything works out, you get an actual Windows application built from the files in the html folder of the project.

Note that there doesn't seem to be a way to go back from the demos they built. Luckily it's just HTML so I went in and added a link back to index.html:

The lovely pink markers are my work - wasn't sure if my machine's UUID was something I should share.

Note that using this project requires Internet Explorer 9 to be installed on the machine. I was able to generate a release build (an actual .exe file), but it didn't run properly. That's either the project still being in its infancy or me simply not building it correctly.

To be clear, this is not new. I've long been a fan of Adobe AIR and HTML but as a PhoneGap developer, I think this is pretty cool stuff.

Published at DZone with permission of Raymond Camden, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)