Tizen Wearable Web Supplementary API Reference

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

Tizen Wearable supports Typed Arrays (Khronos Specifications), and viewport MetaTag (Apple Specification).

SpecificationDescription
Camera API (Tizen Extension) Provides interfaces for configuring camera options, recording video/audio, and capturing images.

  • Privilege level: Public
  • Privilege:
    • http://tizen.org/privilege/camera
    • http://tizen.org/privilege/audiorecorder
  • Required feature:
    • http://tizen.org/feature/media.video_recording
    • http://tizen.org/feature/media.image_capture
    • http://tizen.org/feature/media.audio_recording
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
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