Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you haven't done so start with the Servoy Mobile introduction video on youtubehttp://www.youtube.com/watch?v=f8dohd1M_pc

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

Limitations

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

  1. limited Limited script api, can be seen in the solution explorer view in servoy developer
  2. form Form inheritance is not yet present
  3. no No calculation support yet
  4. no No binary media (field) support yet
  5. Only iOS and Andriod devices are supported currently
  6. foundset 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)

...