Tizen Developers
Published on Tizen Developers (https://developer.tizen.org)

Home > Development > Training > Web Application > Understanding Tizen Programming > Tizen APIs

Tizen APIs

PUBLISHED 18 Jan 2018

Mobile WebWearable WebTV Web

Using the Tizen Web API modules, you can develop rich Web applications and build great application experiences with well-known Web programming languages: HTML, CSS, and JavaScript. Like every major browser in the market, the Tizen Web API modules support the latest HTML5 capabilities, such as animation, offline, audio, and video. By utilizing the standard HTML5 capabilities, your Web applications are ready to run across various devices and platforms with minimal customization. In addition to the JavaScript-based Tizen Device API, you can also enable advanced device access from your Web applications, such as Bluetooth and NFC.

The Tizen platform supports hybrid applications (1 Web application and 1 or more native applications). A hybrid application package is very useful for Web applications that need background processing or monitoring. With a hybrid application package, you can register the included applications in the Tizen Store and install, update, and uninstall them using a single hybrid package. For more information on developing hybrid Web applications with Tizen devices, see Packaging Hybrid Applications [1].

Tizen provides a wide range of Web API modules that allow you to take full advantage of various Tizen features.

The following table lists the features provided by the Mobile Web Device API Reference [2].

Table: Device API features provided for mobile applications

Feature Purpose Documentation
Base These APIs contain classes and interfaces that provide a set of basic definitions and interfaces that are used in the Tizen Device API.

You can manage common files and ZIP archive files, and define filters and sorting modes for queries. You can also use generic success and error event handlers, in addition to a generic error interface and a simple coordinate interface for defining location information.

  • Guides:

    Data Storage and Management [3]

    Error Handling [4]

  • API Reference: Base [5]
Account This API contains classes and interfaces that enable you to manage account features.

You can use existing configured on-line accounts and providers, and create new accounts of known types.

  • Guides: Personal Data [6]
  • API Reference: Account [7]
Application Framework These APIs contain classes and interfaces that enable you to manage alarm, application, and package features.

You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.

  • Guides:

    Alarms [8]

    Application Management [9]

    Notifications [10]

  • API Reference: Application Framework [11]
Content These APIs contain classes and interfaces that enable you to manage content and download features.

You can search and manage multimedia content locally, download files from the Internet, and monitor the download progress and status.

  • Guides:

    Connectivity and Wireless [12]

    Data Storage and Management [3]

  • API Reference: Content [13]
Messaging These APIs contain classes and interfaces that enable you to manage SMS, MMS, and email messages.

You can send and receive messages, and receive push notifications from a push server.

  • Guides: Messaging [14]
  • API Reference: Messaging [15]
Multimedia These APIs contain classes and interfaces that enable you to manage multimedia-related features.

You can change and monitor playback volume level, and listen to the FM radio.

  • Guides: Media and Camera [16]
  • API Reference: Multimedia [17]
Network These APIs contain classes and interfaces that enable you to manage Bluetooth, NFC (Near Field Communication), and secure element features.

You can transfer data over a Bluetooth connection, share contacts, photos, and videos using NFC, and access secure elements, such as SIM card and secure SD card, in a device.

  • Guides: Connectivity and Wireless [12]
  • API Reference: Network [18]
Security This API contains classes and interfaces that enable you to manage secure keys in your application.

You can use security functionalities, such as storing and recalling private data.

  • Guides: Security [19]
  • API Reference: Security [20]
Social These APIs contain classes and interfaces that enable you to manage bookmark, calendar, call history, contact, and data synchronization features.

You can manage the Tizen Web browser bookmark list, calendar events and tasks, call history, and address books and contacts on a device, and you can synchronize device data, such as contacts and calendar events, with the OMA DS server.

  • Guides: Personal Data [6]
  • API Reference: Social [21]
System These APIs contain classes and interfaces that enable you to manage power, system information and setting, time, and Web setting features.

You can access the state of the device power resource, device system information, and device wallpaper settings. You can use locale-specific calendar features by retrieving date and time information, and set feedback patterns for specified actions. You can also manage time features, and set Web view properties, such as setting Web view user agents and deleting Web view cookies.

  • Guides:

    Device Settings and Systems [22]

    Media and Camera [16]

    Sensors [23]

  • API Reference: System [24]
UIX This API contain classes and interfaces that enable you to set voice commands.

You can allow the user to control the Web application through their voice.

  • Guides: Text Input and Voice [25]
  • API Reference: UIX [26]
Cordova These APIs contain classes and interfaces that enable you use common functionalities in creating Tizen Web applications.

You can manage the device filesystem, individual files, and various events, access device and network information and the device accelerometer, create dialog boxes and system log entries, and play audio files.

  • Guides: Cordova [27]
  • API Reference: Cordova [28]
Web UI Framework These APIs contain classes and interfaces that enable you to manage the Tizen Advanced UI (TAU) features.

You can create and manage various kinds of UI components.

  • Guides: Tizen Advanced UI [29]
  • API Reference: Advanced UI Framework [30]

The following table lists the features provided by the Wearable Web Device API Reference [31].

Table: Device API features provided for wearable applications

Feature Purpose Documentation
Base These APIs contain classes and interfaces that provide a set of basic definitions and interfaces that are used in the Tizen Device API.

You can manage common files and ZIP archive files, and define filters and sorting modes for queries. You can also use generic success and error event handlers, in addition to a generic error interface and a simple coordinate interface for defining location information.

  • Guides:

    Data Storage and Management [3]

    Error Handling [4]

  • API Reference: Base [32]
Account This API contains classes and interfaces that enable you to manage account features.

You can use existing configured on-line accounts and providers, and create new accounts of known types.

  • Guides: Personal Data [6]
  • API Reference: Account [33]
Application Framework These APIs contain classes and interfaces that enable you to manage alarm, application, and package features.

You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.

  • Guides:

    Alarms [8]

    Application Management [9]

    Notifications [10]

  • API Reference: Application Framework [34]
Content These APIs contain classes and interfaces that enable you to manage content and download features.

You can search and manage multimedia content locally, download files from the Internet, and monitor the download progress and status.

  • Guides:

    Connectivity and Wireless [12]

    Data Storage and Management [3]

  • API Reference: Content [35]
Messaging This API contains classes and interfaces that enable you to manage push messaging.

You can receive push notifications from a push server.

  • Guides: Messaging [14]
  • API Reference: Messaging [36]
Multimedia These APIs contain classes and interfaces that enable you to manage multimedia-related features.

You can change and monitor playback volume level, and listen to the FM radio.

  • Guides: Media and Camera [16]
  • API Reference: Multimedia [37]
Network These APIs contain classes and interfaces that enable you to manage Bluetooth, NFC (Near Field Communication), and secure element features.

You can transfer data over a Bluetooth connection, share contacts, photos, and videos using NFC, and access secure elements, such as SIM card and secure SD card, in a device.

  • Guides: Connectivity and Wireless [12]
  • API Reference: Network [38]
Security This API contains classes and interfaces that enable you to manage secure keys in your application.

You can use security functionalities, such as storing and recalling private data.

  • Guides: Security [19]
  • API Reference: Security [39]
Social These APIs contain classes and interfaces that enable you to manage calendar and contact features.

You can manage calendar events and tasks, address books, and contacts on a device.

  • Guides: Personal Data [6]
  • API Reference: Social [40]
System These APIs contain classes and interfaces that enable you to manage power, system information and setting, and time features.

You can access the state of the device power resource, device system information, and device wallpaper settings. You can use locale-specific calendar features by retrieving date and time information, and set feedback patterns for specified actions. You can also manage time features.

  • Guides:

    Device Settings and Systems [22]

    Media and Camera [16]

    Sensors [23]

  • API Reference: System [41]
UIX This API contain classes and interfaces that enable you to set voice commands.

You can allow the user to control the Web application through their voice.

  • Guides: Text Input and Voice [25]
  • API Reference: UIX [42]
Cordova These APIs contain classes and interfaces that enable you use common functionalities in creating Tizen Web applications.

You can manage the device filesystem, individual files, and various events, access device and network information and the device accelerometer, create dialog boxes and system log entries, and play audio files.

  • Guides: Cordova [27]
  • API Reference: Cordova [43]
Web UI Framework These APIs contain classes and interfaces that enable you to manage the Tizen Advanced UI (TAU) features.

You can create and manage various kinds of UI components.

  • Guides: Tizen Advanced UI [29]
  • API Reference: Advanced UI Framework [30]

The following table lists the features provided by the TV Web Device API Reference [44].

Table: Device API features provided for TV applications

Feature Purpose Documentation
Base These APIs contain classes and interfaces that provide a set of basic definitions and interfaces that are used in the Tizen Device API.

You can manage common files and ZIP archive files, and define filters and sorting modes for queries. You can also use generic success and error event handlers, in addition to a generic error interface and a simple coordinate interface for defining location information.

  • Guides:

    Data Storage and Management [3]

    Error Handling [4]

  • API Reference: Base [45]
Application Framework These APIs contain classes and interfaces that enable you to manage alarm, application, and package features.

You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.

  • Guides:

    Alarms [8]

    Application Management [9]

  • API Reference: Application Framework [46]
Content These APIs contain classes and interfaces that enable you to manage content and download features.

You can search and manage multimedia content locally, manipulate EXIF data in JPEG files, download files from the Internet, and monitor the download progress and status.

  • Guides:

    Connectivity and Wireless [12]

    Data Storage and Management [3]

    Media and Camera [16]

  • API Reference: Content [47]
Messaging This API contains classes and interfaces that enable you to manage push messaging.

You can receive push notifications from a push server.

  • Guides: Messaging [14]
  • API Reference: Messaging [48]
Network This API contains classes and interfaces that enable you to manage IoT connectivity.

You can create a client and server, and manage their resources locally and remotely.

  • Guides: Connectivity and Wireless [12]
  • API Reference: Network [49]
Security This API contains classes and interfaces that enable you to manage secure keys in your application.

You can use security functionalities, such as storing and recalling private data.

  • Guides: Security [19]
  • API Reference: Security [50]
System These APIs contain classes and interfaces that enable you to manage system information, time, and Web setting features.

You can access the device system information and use locale-specific calendar features by retrieving date and time information. You can also set Web view properties, such as setting Web view user agents and deleting Web view cookies.

  • Guides: Device Settings and Systems [22]
  • API Reference: System [51]
UIX This API contain classes and interfaces that enable you to set voice commands.

You can allow the user to control the Web application through their voice.

  • Guides: Text Input and Voice [25]
  • API Reference: UIX [52]
Cordova These APIs contain classes and interfaces that enable you use common functionalities in creating Tizen Web applications.

You can manage the device filesystem, individual files, and various events, access device and network information and the device accelerometer, create dialog boxes and system log entries, and play audio files.

  • Guides: Cordova [53]
  • API Reference: Cordova [54]
TV Controls These APIs contain classes and interfaces that enable you control the TV functionalities, such as channels and audio.

You can modify the volume level, switch TV channels, get program guide information, and manage TV settings. You can also access 3D mode information, monitor remote control key events, and control the main and PIP window on the TV screen.

  • API Reference: TV Controls [55]

The following table lists the features provided by the Mobile Web W3C/HTML5 and Supplementaries API Reference [56].

Table: W3C/HTML5 and some supplementary API features provided for mobile applications

Feature Purpose Documentation
DOM, Forms and Styles These APIs enable you to create animations, specify the border and background styles of HTML elements, apply styles to HTML documents, specify the color and opacity of HTML elements, create flexible and multi-column layouts for Web applications, move, rotate, stretch, and scale elements, and add effects using CSS3 properties. They also enable you to use CSS and JavaScript code effectively with HTML elements, implement Web forms for user input, define media features for specific output devices, select element nodes in the DOM tree, and store information about the page that the user has viewed.
  • Guides: User Interface [57]
  • API Reference: DOM, Forms and Styles [58]
Device These APIs enable you to retrieve the battery status and detect changes in it, detect rotation and acceleration motions, manage screen orientation, implement and control various types of touch events, and implement different vibration patterns on a Tizen device.
  • Guides: Device [59]
  • API Reference: Device [60]
Graphics These APIs enable you to create images, shapes, and text using the HTML5 canvas element and HTML canvas 2D context, and create and modify SVG elements in your application.
  • Guides: Graphics [61]
  • API Reference: Graphics [62]
Media These APIs enable you to access a local device to generate a multimedia stream, access the media capture capabilities based on their type, control multimedia playback and check supported media formats, and play audio content.
  • Guides: Media [63]
  • API Reference: Media [64]
Communication These APIs enable you to send and receive data between Web sites and through a message channel, exchange push data with the server, connect to the socket server to send and receive data, and use cross-origin resource sharing (CORS) to request and send data of various content types.
  • Guides: Communication [65]
  • API Reference: Communication [66]
Storage These APIs enable you to retrieve file content and information, slice data objects, manage sandboxed file systems, activate project resource caching and manage the cached resources, create an object store and save data in it, create databases and access them using SQL statements, and use session storage and local storage.
  • Guides: Storage [67]
  • API Reference: Storage [68]
Security These APIs enable you to allow or block specific HTML elements on a Web page, and make cross-origin requests to resources, allowing a client-side Web application to obtain data retrieved from another origin.
  • Guides: Security [69]
  • API Reference: Security [70]
UI These APIs enable you to copy content and paste it in an editable area, create and manage draggable elements, and implement drag events.
  • Guides: User Interface [57]
  • API Reference: UI [71]
Performance and Optimization These APIs enable you to retrieve the visibility status of a Web document and detect changes in it, control animation frame rate, and create and manage HTML5 Web Workers to run an independent JavaScript thread in the background.
  • Guides: Performance and Optimization [72]
  • API Reference: Performance and Optimization [73]
Location These APIs enable you to retrieve and update position information.
  • Guides: Location [74]
  • API Reference: Location [75]
Supplementary These APIs enable you to manage some supplementary features, such as displaying an element on full screen, accessing binary data in JavaScript, and using the WebGL™ graphics library to create 3D visual elements.
  • Guides: Supplementary Features [76]
  • API Reference: Supplementary [77]

The following table lists the features provided by the Wearable Web W3C/HTML5 and Supplementaries API Reference [78].

Table: W3C/HTML5 and some supplementary API features provided for wearable applications

Feature Purpose Documentation
DOM, Forms and Styles These APIs enable you to create animations, specify the border and background styles of HTML elements, apply styles to HTML documents, specify the color and opacity of HTML elements, create flexible layouts for Web applications, move, rotate, stretch, and scale elements, and add effects using CSS3 properties. They also enable you to use CSS and JavaScript code effectively with HTML elements, implement Web forms for user input, define media features for specific output devices, select element nodes in the DOM tree, and store information about the page that the user has viewed.
  • Guides: User Interface [57]
  • API Reference: DOM, Forms and Styles [79]
Device These APIs enable you to retrieve the battery status and detect changes in it, detect rotation and acceleration motions, implement and control various types of touch events, and implement different vibration patterns on a Tizen wearable device.
  • Guides: Device [59]
  • API Reference: Device [80]
Graphics These APIs enable you to create images, shapes, and text using the HTML5 canvas element and HTML canvas 2D context.
  • Guides: Graphics [61]
  • API Reference: Graphics [81]
Media These APIs enable you to access a local device to generate a multimedia stream, control multimedia playback and check supported media formats, and play audio content.
  • Guides: Media [63]
  • API Reference: Media [82]
Communication These APIs enable you to send and receive data between Web sites and through a message channel, and connect to the socket server to send and receive data.
  • Guides: Communication [65]
  • API Reference: Communication [83]
Storage These APIs enable you to retrieve file content and information, create an object store and save data in it, and use session storage and local storage.
  • Guides: Storage [67]
  • API Reference: Storage [84]
Security These APIs enable you to allow or block specific HTML elements on a Web page.
  • Guides: Security [69]
  • API Reference: Security [85]
Performance and Optimization These APIs enable you to retrieve the visibility status of a Web document and detect changes in it, control animation frame rate, and create and manage HTML5 Web Workers to run an independent JavaScript thread in the background.
  • Guides: Performance and Optimization [72]
  • API Reference: Performance and Optimization [86]
Location These APIs enable you to retrieve and update position information.
  • Guides: Location [74]
  • API Reference: Location [87]
Supplementary These APIs enable you to manage some supplementary features, such as managing the device camera, accessing binary data in JavaScript, and using the WebGL™ graphics library to create 3D visual elements.
  • Guides: Supplementary Features [76]
  • API Reference: Supplementary [88]
Tags: 
Tizen APIs [89]

Source URL: https://developer.tizen.org/development/training/web-application/understanding-tizen-programming/tizen-apis?langredirect=1

Links:
[1] https://developer.tizen.org/development/training/web-application/application-development-process#hybrid
[2] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html
[3] https://developer.tizen.org/development/guides/web-application/data-storage-and-management
[4] https://developer.tizen.org/development/guides/web-application/error-handling
[5] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Base
[6] https://developer.tizen.org/development/guides/web-application/personal-data
[7] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Account
[8] https://developer.tizen.org/development/guides/web-application/alarm
[9] https://developer.tizen.org/development/guides/web-application/application-management
[10] https://developer.tizen.org/development/guides/web-application/notifications
[11] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Application
[12] https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless
[13] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Contents
[14] https://developer.tizen.org/development/guides/web-application/messaging
[15] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Messaging
[16] https://developer.tizen.org/development/guides/web-application/media-and-camera
[17] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Multimedia
[18] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Network
[19] https://developer.tizen.org/development/guides/web-application/security
[20] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Security
[21] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Social
[22] https://developer.tizen.org/development/guides/web-application/device-settings-and-systems
[23] https://developer.tizen.org/development/guides/web-application/sensors
[24] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#System
[25] https://developer.tizen.org/development/guides/web-application/text-input-and-voice
[26] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#UIX
[27] https://developer.tizen.org/development/guides/web-application/cordova-0
[28] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/mobile/index.html#Cordova
[29] https://developer.tizen.org/development/guides/web-application/user-interface/tizen-advanced-ui
[30] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/ui_fw_api/ui_fw_api_cover.htm
[31] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html
[32] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Base
[33] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Account
[34] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Application
[35] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Contents
[36] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Messaging
[37] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Multimedia
[38] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Network
[39] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Security
[40] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Social
[41] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#System
[42] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#UIX
[43] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/wearable/index.html#Cordova
[44] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html
[45] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Tizen
[46] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Application
[47] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Contents
[48] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Messaging
[49] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Network
[50] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Security
[51] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#System
[52] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#UIX
[53] https://developer.tizen.org/development/guides/web-application/cordova
[54] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#Cordova
[55] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/device_api/tv/index.html#TV Control
[56] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html
[57] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/user-interface
[58] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#dom
[59] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/device
[60] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#device
[61] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/graphics
[62] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#graphics
[63] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/media
[64] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#media
[65] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/communication
[66] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#communication
[67] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage
[68] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#storage
[69] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/security
[70] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#security
[71] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#ui
[72] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/performance-and-optimization
[73] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#performance
[74] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/location
[75] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#location
[76] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/supplementary-features
[77] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#Supplementary
[78] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html
[79] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#dom
[80] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#device
[81] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#graphics
[82] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#media
[83] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#communication
[84] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#storage
[85] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#security
[86] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#performance
[87] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#location
[88] https://developer.tizen.org/dev-guide/latest/org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#Supplementary
[89] https://developer.tizen.org/category/tags/tizen-apis