A phonegap-like for windows phone
I have a mobile web开发者_StackOverflow社区 app (HTML & CSS). I use Phonegap to embed it for Android, iOS, BB, etc, but it doesn't work for windows mobile for the moment.
Is there a way doing that in windows phone, or do I have to wait for a new version of Phonegap ?
PhoneGap is not available for Windows Phone 7 at the moment, however, it will most likely appear soon. Much of the functionality that PhoneGap requires from the native APIs will only be available in the upcoming WP7 Mango release.
See Matt Lacey's partial implementation of PhoneGap for WP7 here:
http://blog.mrlacey.co.uk/2010/08/wp7dev-phonegap-and-windows-phone-7.html
There is an alternative project here:
http://htmlappwp7.codeplex.com/
However, I would recommend the more 'standard' PhoneGap approach.
UPDATE:
PheneGap is now in beta for WP7, I have written a blog post which shows an example PhoneGap app for WP7.
The current WP7 development code is available on github here: https://github.com/phonegap/phonegap-wp7
精彩评论