The HTML Portal Application is an HTML browser using WebKit as browser engine.
The application is sometimes referred to as "WebKit".
KreaTV supports web standards and JavaScript standards. For portal designers, there is a specific API called TOI/JS, which gives portals access to a number of services in the KreaTV platform. Through this API, the portal developer can get access to all KreaTV platform services in order to provide control over for instance video playback and configuration.
In order to access KreaTV services, a specific TOI/JS npruntime plugin needs to be loaded into the browser. This is done using the <embed> element. The following section shows how to load the TOI/JS plugin.
<embed type="application/x-motorola-toi" hidden="true"></embed>