Skip to main content

25 docs tagged with "cordova"

View All Tags

App Version

Reads the version of your app from the target build settings.

Battery Status

This plugin provides an implementation of an old version of the Battery Status Events API.

Camera

This plugin defines a global navigator.camera object, which provides an API for taking pictures and for choosing images from the system's image library.

Device

This plugin defines a global device object, which describes the device's hardware and software. Although the object is in the global scope, it is not available until after the deviceready event.

Dialogs

This plugin provides access to some native dialog UI elements via a global navigator.notification object.

Example

Project for test @awesome-cordova-library.

File

This plugin implements a File API allowing read/write access to files residing on the device.

Geolocation

This plugin provides information about the device's location, such as latitude and longitude.

Globalization

This plugin obtains information and performs operations specific to the user's locale, language, and timezone. Note the difference between locale and language: locale controls how numbers, dates, and times are displayed for a region, while language determines what language text appears as, independently of locale settings.

Inappbrowser

You can show helpful articles, videos, and web resources inside of your app. Users can view web pages without leaving your app.

Media

This plugin provides the ability to record and play back audio files on a device.

Nativeaudio

This Cordova / PhoneGap (3.5+) plugin enables concurrency (multi-channel playback), polyphony (multi-voice playback) and minimized latency (via caching) in audio-based applications, by leveraging native audio APIs. Designed for the use in HTML5-based cross-platform games and mobile/hybrid audio applications.

OIDC

Online documentation

Onesignal

OneSignal is a free email, sms, push notification, and in-app message service for mobile apps. This plugin makes it easy to integrate your Cordova based (e.g. Ionic, PhoneGap, and PhoneGap Build app with OneSignal.

Ratedialog

A plugin to provide rate this app functionality into your cordova application.

Screen Orientation

Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, and windows-uwp.

Shake

Apache Cordova / PhoneGap Plugin to detect when a physical device performs a shake gesture.

Social Sharing

This plugin allows you to use the native sharing window of your mobile device.

Splashscreen

This plugin displays and hides a splash screen while your web application is launching. Using its methods you can also show and hide the splash screen manually.

Statusbar

The StatusBar object provides some functions to customize the iOS and Android StatusBar.

Taptic Engine

Apache Cordova / PhoneGap Plugin to enables adding contextual haptic feedback in response to specific user actions.

Vibration

This plugin provides a way to vibrate the device. Its API aligns with the W3C vibration specification at