|
|
|
|
|
by wnm
4363 days ago
|
|
I played around with phonegap before, trying to make use of the native camera through the phonegap api, but never finished it. I found it cumberstone/slow to debug, but everthing else, is just like developing webapps. This time, it really was developing a web app. I used chrome (and chrome developer tools, with the ember debug plugin) to develop the app until it was completely done. Using the phonegap cli to build out an ios, android and firefox version took just a couple of hours, and the phonegap documentation is very helpful. So overall I would say, if you are not using phonegap's native api, and all you need is a wrapper for your html/js app, go for it, it is super simple... |
|