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:

  1. open xcode , phonegap project www folder in it
  2. open pycharm (my ide) , point @ www folder
  3. edit html , javascript in pycharm
  4. 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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -