I have a mobile web 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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.