Re: Windows Mobile
- Posted by raseu Nov 26, 2012
- 1149 views
If you are primarily doing data capture via standard
user input controls (text, numeric, passwords, listbox, select box etc ...)
I would recommend JQuery Mobile + cordova (formerly PhoneGap), along
with Mobiscroll for date and time inputs.
I have this setup working as of now without any major difficulties.
It's not as fast as using native controls (I wrote the first iteration
using Java Android SDK) but JQM provides for cross platform compatibility via HTML5.
Also, if Windows Phone allows it, and if you need a performance boost I believe
that the ARM version of euphoria translates 'C' code without any platform specific
constraints, which in theory, should be able to compile as a shared library and
be callable via your app.