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 19 Next »

Servoy Mobile

The Servoy Mobile offering consists of developer support for:

  1. Building mobile device optimized layouts
  2. Exporting a Servoy solution as a HTML5 mobile app
  3. Wrapping the HTML5 based app as native device app for iOS and Android (amongst others)
  4. Building the REST service solution used by the Mobile app to retrieving and update data, utilizing JSON

If you haven't done so start with the Servoy Mobile introduction video on youtube

We suggest to start by checking out and running of the provided sample solution, before starting development of your own Mobile solution

Limitations

Compared with existing servoy client technology there are a couple of limitation:

  1. Limited script api, can be seen in the solution explorer view in servoy developer
  2. Form inheritance is not yet present
  3. No calculation support yet
  4. No binary media (field) support yet
  5. Only iOS and Andriod devices are supported currently
  6. Foundset find/search limitations: find mode doesn't work from ui - just from javascript; like condition is limited to startsWith,endsWith,contains; related record conditions are not supported (so all conditions should be on foundset that is in find mode)
Other pages
See also

Sample solutions for mobile samples and other mobile demo's

  • No labels