Accessing Cordova Config Info From JavaScript Without Plugins
I wanted to access the current build number for analytics, but there seemed to be no easy way to get at the info that Cordova puts into the plist file (Xcode) and AndroidManifest.xml (Android Studio). My solution is to copy those to files into the www folder at build time and then load them with …