Warning Older Docs! - You are viewing documentation for a previous released version of RhoMobile Suite.

SVG and HTML Applications

RhoElements Applications can be written either in SVG or HTML with both rendering engines having the same access to all modules to control the hardware on your mobile device.

Common Mistakes

RhoElements only supports the following types of application:

  1. HTML Only: Rendered with a WebKit based, HTML5 compliant rendering engine.
  2. SVG Only: Rendered with the proprietry Zebra SVG rendering engine.
  3. HTML embedded within an SVG application. Particularly useful for producing a scalable UI in SVG.

You are not able to embed SVG within an HTML application or navigate to an SVG document from within an HTML application via a hyperlink.

Back to Top