Plugin concepts
The plugin cordova audio recorder , can be used to record audio , on android and iOS . This plugin , provides an api , which is accessible , using the global object cordova.plugins.audioRecorder
.
The api … Read More
The plugin cordova audio recorder , can be used to record audio , on android and iOS . This plugin , provides an api , which is accessible , using the global object cordova.plugins.audioRecorder
.
The api … Read More
The cordova media capture plugin , can be used to capture audios , images , and videos , using a smartphone .
This plugin adds the capture
object , accessible globally , when the deviceready
event is … Read More
This application uses google reverse image search , in order to try and guess what an image represents . It simply returns the text found in the topstuff
element , returned by google , when submitting an image , … Read More
To capture and select images or videos , using cordova , the plugin cordova-plugin-camera can be used .
$ cordova create demo-camera com.twiserandom.mobileapps.demo.camera "Demo Camera" # Create an application , in a folder named # demo-camera , with an… Read More
There are two plugins to get battery status using Cordova, the first one is called phonegap-plugin-battery-status , and the second one is cordova-plugin-battery-status .
The phonegap-plugin-battery-status
plugin is deprecated , but it is still working .
It can … Read More