Web Supplementary

The APIs listed in this category are non-W3C specifications but are popular specifications that are used widely.

Tizen supports WebGL and Typed Arrays (Khronos Specifications), FullScreen API (Mozilla Specification), and viewport MetaTag (Apple Specification).

 

Specification
Description
Typed Array – Khronos Provides an API for interoperability with native binary data.
WebGL – Khronos (Partial)

This specification describes an additional rendering context and support objects for the HTML 5 canvas element. This context allows rendering using an API that conforms closely to the OpenGL ES 2.0 API. The method and attribute currently not supported are:

  • initWebGLContextEvent of WebGLContextEvent interface 

  • NUM_COMPRESSED_TEXTURE_FORMATS of WebGLRenderingContext interface 

FullScreen API – Mozilla (Partial)

Provides a way for an element to be displayed in full screen mode programmatically. The method and attribute currently not supported are:

Privilege Level: Public

Privilege:http://tizen.org/privilege/fullscreen 

  • requestFullScreenWithKeys of element 

  • allowFullScreen of iframe element 

viewport Meta Tag – Apple

Allows Web developers control the viewport’s size and scale.