Skip to content
#

cordova-plugin

Here are 642 public repositories matching this topic...

LorenDorez
LorenDorez commented Oct 20, 2017

I just added this plugin to my Telerik Cordova Project but when i go to use it i get 'NativeStorage is not defined' this is the only plugin i have installed that i cant seem to get working.

here is a sample of the code im been trying

document.addEventListener('deviceready', function () {
        app.mobileApp.pane.loader.element.addClass("oversii-loader");

        $("#navigation-conta
sjregan
sjregan commented Mar 10, 2020

Feature Request

Specify Cordova Android v8.0.0+ is required in the readme.

Feature Description

Make it clear that this plugin will not install into the Android platform unless Cordova Android v8.0.0+ is installed. This is useful as it would save a lot of debugging time trying to figure out why the plugin works on iOS but not on Android (in certain circumstances).

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.

  • Updated Dec 15, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the cordova-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cordova-plugin topic, visit your repo's landing page and select "manage topics."

Learn more