Tizen Mobile Web Supplementary API Reference

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).

SpecificationDescription
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:
  • requestFullScreenWithKeys of element
  • allowFullScreen of iframe element
viewport Meta Tag - Apple

Allows Web developers control the viewport's size and scale. For more details:

  • https://developer.apple.com/library/safari/documentation/Appleapplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html#//apple_ref/doc/uid/TP40006509-SW26