简体   繁体   中英

PhoneGap Experience

Can I believe that, I can develop an app with HTML5, CSS3 and JavaScript and then compile it with PhoneGap for Android, iOS and Win Phone 7?

Does this work?

PhoneGap's platform support is quite well documented:
http://www.phonegap.com/about/features/

For the most part, yes ... though the individual feature support is still coming up in some platforms. edit: previously this mentioned that windows phone wasn't supported yet, this is now a fully supported platform :-) http://phonegap.com/2011/12/20/phonegap-for-windows-phone-getting-started/

As far as how to create the packages for each individual platform, by default if doing things locally you'll have to integrate the phonegap bits into a project and compile it using that platform's build tools manually. However, they are working on a service called PhoneGap Build that will automatically create packages for each platform on your behalf:
https://build.phonegap.com/

对于未来的读者,PhoneGap中的完整Windows Phone 7支持现在正在运行。

Answer is yes it does work. Also you could use Xamarin

Windows Phone 7 support will, hopefully, come later this year. ;)

Yes, it does and you should check out their PhoneGap Build which is a cloud offering. It's an open source product and the available technical documentation is currently growing.

Here's a primer on the topic.

http://www.amazon.com/dp/B006X4A1TM

Jan - March 2012 will see more books published by various authors. There's an in-depth book being published in March 2012 so stay tuned for more learning sources.

phonegap的工作原理 - >就像在浏览器的手机上运行的HTML文件..但是工具栏浏览器没有显示,因为phonegap使用webkit浏览器,所以你可以使用html,css,js ..创建一个Android,Windows手机,iPhone应用程序,以获得完整的文档访问phonegap.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM