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 `App.config` or `Web.config` in a ASP.NET application).
I know HTML5 supports some storage mechanisms such as WebSQL etc. Should I be using one of these?
Thanks
以上就是Config file for Mobile apps - HTML/Phonegap的详细内容,更多请关注web前端其它相关文章!