Child pages
  • New in 7.3
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Mobile Client

  • application server url customization : Before Servoy 7.3 the application server url could only be specified at export and couldn't be changed afterwards. Strting with Servoy 7.3 we added javascript method application.setServerURL that modifies the url pointing to application server where mobile client will connect to. Also, in order to properly support server url customization custom login form was added. On mobile solution properties, a login form can be specified. This login form has to call security.authenticate to authenticate server side agains a username/password. After security.authenticate is called the flow of application will be the same as for default login screen. If the server url is not set at export, it must be set before security.authenticate is called from custom login form. This way, the url is set before any calls to server are done. Also the service solution name can be specified now from mobile exporter via a new field. This way the url where mobile client connects is now fully customizable.
  • No labels