Cordova
PUBLISHED
The Cordova features include common functionalities useful in creating Tizen Web applications.
You can use the following Cordova features in your Web applications:
- Common Cordova
You can handle common Cordova functionalities, such as interfaces for success and error handlers.
- Console Logging
You can write log information to the system console for debugging purposes, including timing operations and object dump.
- Device Information
You can access information on the device model, platform, and installed version of Cordova.
- Device Motions
You can access the device accelerometer.
- Event Handling
You can register and use custom listeners for various events. You can access information about events defined in Cordova.
- File Management
You can navigate and perform actions based on the device filesystem. You can resolve, read, and modify files and directories in the filesystem.
- File Transfers
You can download and upload files using Cordova.
- Globalization
You can obtain information and perform operations specific to the user’s locale, language, and time zone.
- Media Playback and Recording
You can record and play audio files on a device.
- Network Information
You can access information about connections (such as cellular, Wi-Fi, and Ethernet) and connection-related events.
- Notification Dialogs
You can make different types of input dialog boxes and notifications to the user.
Was this document helpful?
We value your feedback. Please let us know what you think.