The Tizen Mobile Web UI framework is called Tizen Advanced UI (TAU) framework. It provides tools, such as UI Components, events, effects, and animations, for Web application development. You can leverage these tools by just selecting the required screen elements and creating the applications.
Note |
---|
TAU (Tizen Advanced UI) is the new name of tizen-web-ui-fw.
Since 2.3, in all documents and source code, TAU is used instead of tizen-web-ui-fw. |
The TAU service is based on a template and works on a Web browser, which runs on the WebKit engine. You can code Web applications using the TAU, standard HTML5, and Tizen device APIs. You can also use different UI Components with CSS animations and rendering optimized for Tizen Web browsers.
A Web application using TAU has a basic page structure. Smooth navigation between TAU-based application pages is provided with a navigation JavaScript library.
TAU supports APIs and CSS themes for Tizen Web UI Components.
Some useful special utilities that support easy DOM methods for the Web applications are available with TAU.
Note |
---|
The TAU framework runs only on browsers supporting the HTML5 and CSS standards. The draft version of the W3C specification is not fully supported. |