I'm starting out with Adobe PhoneGap as a way to develop native mobile apps. I have a solid understanding of jQuery/HTML5/CSS but upon using PhoneGap, there are a few basic areas which leave me baffled.
All of these questions relate to using the PhoneGap Desktop App to test apps on my iOS devices.
No matter what I do, I can't get Splash screens to show on test apps via PhoneGap Desktop App. Even the example "Hello World" project that PhoneGap can create has links/files for a splashscreen but it doesn't show - is this normal?
Related to the above, why are there multiple config.xml files? I have been editing the root config.xml file but there is also a config.xml in "platforms/browser" - having read some other answers, it seems as though there should be a config.xml in the "www" folder too? Any clarification would be much appreciated.
Finally, using the sample code generated by PhoneGap Desktop, I have been able to edit a blank project and trigger notifications, access the camera etc successfully from my jQuery code. However, the "Plugin"s folder is empty and I'm not referencing any of the plugins in my config.xml - Does the PhoneGap Desktop App always include all plugins by default? Do I need to explicitly state which Plug-Ins I use once I get to the point where I want to deploy a native app?
Thank you for any pointers on the above.