Hey All,
Tonight I'm releasing my HTML5 boilerplate for Phonegap on to github.com. For those unfamiliar with Phonegap, using HTML5, CSS3, and Javascript you can create a mobile App. This boilerplate supports Android and iOS; it is intended for Phonegap Build. The boilerplate contains 3 important components.
# index.html
# AndroidManifest.xml
# config.xml
Details available available on my blog.
BLOG: http://codesnippets.altervista.org/blog/2015/BLOG.2015-06-10.jssnippets.html
BLOG: https://jssnippets.wordpress.com/2015...
CODE: https://github.com/jessemonroy650/Phonegap--Generic-Boilerplate
Tonight I'm releasing my HTML5 boilerplate for Phonegap on to github.com. For those unfamiliar with Phonegap, using HTML5, CSS3, and Javascript you can create a mobile App. This boilerplate supports Android and iOS; it is intended for Phonegap Build. The boilerplate contains 3 important components.
# index.html
# AndroidManifest.xml
# config.xml
Details available available on my blog.
BLOG: http://codesnippets.altervista.org/blog/2015/BLOG.2015-06-10.jssnippets.html
BLOG: https://jssnippets.wordpress.com/2015...
CODE: https://github.com/jessemonroy650/Phonegap--Generic-Boilerplate


Amir
Petra V., Champion
But....PGB users should not include an AndroidManifest.xml file in their assets, should they?
JesseMonroy650 (Volunteer), Champion
Petra V., Champion
I would like to understand this a bit better.
If Phonegap Build generates the AndroidManifest.xml (and info.plist for that matter) from the specifications in config.xml, what would happen with such files if included in your assets?
Are they ignored? Merged? Or do they even prevent PGB from generating them?
The features you mentioned should not be specified in AndroidManifest, but rather in config.xml, because otherwise they would only be set for Android (if PGB takes specifications from AndroidManifest supplied in the assets) and not for iOS and WinPhone.
JesseMonroy650 (Volunteer), Champion
As for iOS, Windows, etc., currently I own one (1) iOS device. I have just started to lean how the Info.plist works. I will try more stuff, as I need it. Recently, I helped someone with a screenOrientation issue. But I only know what I have read, I have NOT test this yet.
Petra V., Champion
Well, let's do that right here and now. I'll start a new thread.