xcode - What is your preferred workflow when using PhoneGap and iOS? -
what workflow like? i'm trying understand best. phonegap works in simulator, seems rather tough try , develop outside of that.
here's i've got right now:
- open xcode , phonegap project www folder in it
- open pycharm (my ide) , point @ www folder
- edit html , javascript in pycharm
- press build/debug in xcode , test in simulator
this method super slow. test without simulator, phonegap won't work.
you don't have test in simulator. of functionality work if browse www folder using chrome or safari. true, phonegap functionality won't work (camera, geolocation, etc) web storage works, can test ui, etc.
Comments
Post a Comment