Config file for Mobile apps - HTML/Phonegap

felimz

New Member
I am creating a mobile application using PhoneGap and HTML5. I'd like setup configurable values such as server name etc into it's separate file (similar to a \[code\]App.config\[/code\] or \[code\]Web.config\[/code\] in a ASP.NET application). I know HTML5 supports some storage mechanisms such as WebSQL etc. Should I be using one of these?
 
Back
Top