Below is a list of the new common api’s for RhoMobile Suite 4.0. Please consult the 2.x migration guide if you are moving a 2.x application to 4.0. If you are starting a new project, it is advised to the use 4.x API’s going forward, however the 2.x APIs are still currently supported.
: Indicates this API/Platform is supported and does not require a license.
: Indicates this API/Platform requires a license for production use.
: Indicates this API is only available on Symbol devices.
The items listed above that are indicated with a require a license. Please review the Licensing Guide for more details regarding licensing.
Some API classes that may have been available in RhoMobile Suite 2.2 and have not yet have been incorporated in the new Common API class set for RhoMobile Suite 4.0. However these APIs are still available in the 2.2 format. The following API classes will soon be incorporated in furture versions of RhoMobile Suite 4.x in order to supply both a Common API format in both JavaScript and Ruby.
When using 2.2 API’s in RhoMobile 4.0, the 2.2 API compatibility matrix still applies.
The 2.2 RhoElement APIS are only supported on Zebra Webkit. This webkit is still available on Windows Mobile/CE and Android platforms, however on Android the default webkit that is used is the stock Android Webkit.
2.2 Rhodes APIs that were not replaced by an equivalent RhoMobile 4.0 API (ex: Camera) are supported on all platforms that were supported previously. Ruby API’s will behave exactly as they did before. Note that some of the Rhodes 2.2 API’s provided JavaScript support but used a different version of the RhoMobile JavaScript API library: rho_javascript_api.js
To generate this file you must enable JavaScript by putting rho-javascript
into extensions in your build.yml.
extensions: ["rho-javascript"]
And then to use the JavaScript API, add the public/js/rho_javascript_api.js
file – created at build time as part of the application package – to the .html, .erb, or .js file calling the JavaScript method. This file can coexist with RhoMobile 4.0 JavaScript API file: rhoapi-modules.js
however it has been altered from the version that was built using 2.2. You must re-generate the rho_javascript_api.js
file to properly coexist.