Is there a way to test phonegap build apps on different platforms

最后都变了- 提交于 2019-12-06 01:47:17

I have not found a easy way to test out your own code on each plataform.

But you can test your windows phone compilation on Visual Studio. It does emulate a Windows Phone. Here is a tutorial for you.

You can use Ripple to make some simple testing of your design. There is for webOs a Emulator.

For Symbian... I don't really know. I have a old Symbian phone here, but i never even tested on it - because of a simple question: Do i really need my application on all plataforms? As the application grows, support for all these platforms will be a real challenge. So, why not develop only for your target and/or the major ones? If you develop a Application for Android and IPhone, you will still get a big cut of the market.

That's what i did. It's a less pain to support a webApp that way. Of course, you can buy old refurbished phones just for testing. There is a lot of them at deal extreme. That way you can test specific components, like camera and such.

Good luck.

EDIT:

Found something on Symbian here. There are some good emulators here. Here is something for BlackBerry.

Here is something Special, just for you. MobileCloud allows developers to test their apps using the cloud to release their apps in multiple devices. May be worth a shot!

[ANOTHER EDIT!!!]

Well, here I am again... I'm bringing something new. Intel XDK. Intel XDK runs above Cordova. It is a complete IDE integrated with Ripple, a Editor, and a Designer tool. You can use it as you will for web apps development. With the ripple, you can simulate your web apps across many device profiles, and it compiles using cordova, and the designer tool is really straight-forward and simple.

(Just a reminder: Phonegap also runs above cordova.)

Anyway, Intel did a great job on that one. I liked it very much. We're importing our Phonegap projects to this tool as I post here.

Once again, good luck!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!