Thinking of using Phonegap? This is a must read…

After spending a literal week trying to debug way my app would not connect to the internet I finally realised its because there are two config.xml files, one at res/xml/config.xml and one in my www’s root.

Well, I thought I was only using the root config, turns out I was wrong.

I had been working inside /platforms/andriod…../www directly. Bad idea, work in the root www folder and nothing else, things get copied down into each devices folder. Much to my horror.

 

Anyway, read this http://devgirl.org/2013/09/05/phonegap-3-0-stuff-you-should-know/ It will explain everything that I should have known, but have learnt from a months hard coding with little documentation. Yawn!

Leave a Reply

Your email address will not be published. Required fields are marked *