html5 - Configuration file for mobile web app -


i'm creating web application in html5/phonegap. want have configuration file can specify ip addresses of servers have use in app , information user. how should this? thanks

if developing application using phonegap framework can configure whole application using 2 ways.

  1. using user interface of phonegap account.go settings of application
    in phonegap account can configure application.

  2. using config.xml file there in application root folder.here link 1 example:

    config.xml


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -