mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-07-16 00:00:04 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9005eab47e | ||
|
|
ff293a931e | ||
|
|
6764b252cd | ||
|
|
b7d9d9022f | ||
|
|
c6c21acf37 | ||
|
|
8e54b98941 | ||
|
|
412320dd44 | ||
|
|
3447bd33f5 | ||
|
|
d2fb499b30 | ||
|
|
87e1f12993 | ||
|
|
ac35af8abf | ||
|
|
1aa328d4d5 | ||
|
|
fc67fb8174 | ||
|
|
91743e7e03 | ||
|
|
7b77fc17a2 | ||
|
|
129a72b6f5 | ||
|
|
30b872c00d | ||
|
|
7aa69c6795 | ||
|
|
49fd3bf841 | ||
|
|
7ce821ca48 | ||
|
|
ae46a50dc8 | ||
|
|
a72284b499 | ||
|
|
e546d24411 | ||
|
|
1a351b50f4 | ||
|
|
d892dda497 | ||
|
|
968cb6eec2 | ||
|
|
41b501b866 | ||
|
|
3df16d67a2 | ||
|
|
e86ed0698c | ||
|
|
38f6eb5205 |
+1
-1
@@ -1 +1 @@
|
||||
root: ./docs/plugins/
|
||||
root: ./docs/
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
github: danielsogl
|
||||
@@ -0,0 +1,20 @@
|
||||
## Description
|
||||
|
||||
<!-- What does this PR do? Why is it needed? -->
|
||||
|
||||
## Type of change
|
||||
|
||||
- [ ] Bug fix
|
||||
- [ ] New plugin wrapper
|
||||
- [ ] Enhancement to existing plugin
|
||||
- [ ] Documentation update
|
||||
- [ ] Build / CI change
|
||||
- [ ] Other (please describe)
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] I have read the [Developer Guide](../DEVELOPER.md)
|
||||
- [ ] My code follows the existing code style (`npm run lint`)
|
||||
- [ ] I have tested my changes locally (`npm run build && npm test`)
|
||||
- [ ] I have added/updated documentation if necessary
|
||||
- [ ] Commit messages follow the `type(scope): subject` format
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "9.0.1"
|
||||
".": "9.1.4"
|
||||
}
|
||||
|
||||
@@ -256,6 +256,82 @@
|
||||
|
||||
|
||||
|
||||
## [9.1.4](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.1.3...awesome-cordova-plugins-v9.1.4) (2026-04-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* restore v9 plugin exports ([#5144](https://github.com/danielsogl/awesome-cordova-plugins/issues/5144)) ([ff293a9](https://github.com/danielsogl/awesome-cordova-plugins/commit/ff293a931e135d86e4f8b16f75fd2e8a3e42c11a))
|
||||
|
||||
## [9.1.3](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.1.2...awesome-cordova-plugins-v9.1.3) (2026-04-15)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **deps-dev:** bump picomatch from 2.3.1 to 2.3.2 ([#5132](https://github.com/danielsogl/awesome-cordova-plugins/issues/5132)) ([ac35af8](https://github.com/danielsogl/awesome-cordova-plugins/commit/ac35af8abf33534782d44cf24785cd991202d03b))
|
||||
* **deps:** update dependency @swc/core to ^1.15.24 ([#5136](https://github.com/danielsogl/awesome-cordova-plugins/issues/5136)) ([3447bd3](https://github.com/danielsogl/awesome-cordova-plugins/commit/3447bd33f5fbe6faacb495a3546db9d97723d687))
|
||||
* **deps:** update dependency @types/node to ^22.19.17 ([#5137](https://github.com/danielsogl/awesome-cordova-plugins/issues/5137)) ([412320d](https://github.com/danielsogl/awesome-cordova-plugins/commit/412320dd447ded3bc36e1051b496b146f9a21937))
|
||||
* **deps:** update dependency rollup to ^4.60.1 ([#5142](https://github.com/danielsogl/awesome-cordova-plugins/issues/5142)) ([c6c21ac](https://github.com/danielsogl/awesome-cordova-plugins/commit/c6c21acf37fefa169ceba0d6a73e5ac0602fa21d))
|
||||
* **deps:** update dependency typedoc to ^0.28.18 ([#5134](https://github.com/danielsogl/awesome-cordova-plugins/issues/5134)) ([87e1f12](https://github.com/danielsogl/awesome-cordova-plugins/commit/87e1f1299331d3e1eef498b559c477e7d22388b3))
|
||||
* **deps:** update dependency typedoc to ^0.28.19 ([#5141](https://github.com/danielsogl/awesome-cordova-plugins/issues/5141)) ([8e54b98](https://github.com/danielsogl/awesome-cordova-plugins/commit/8e54b98941b8df3a348e0a54b235829dc6cd1903))
|
||||
* **deps:** update linting and formatting ([#5135](https://github.com/danielsogl/awesome-cordova-plugins/issues/5135)) ([d2fb499](https://github.com/danielsogl/awesome-cordova-plugins/commit/d2fb499b30fbc1728b72e2c592dac01abef5741a))
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* **core:** fix dead link to Capacitor docs ([#5143](https://github.com/danielsogl/awesome-cordova-plugins/issues/5143)) ([b7d9d90](https://github.com/danielsogl/awesome-cordova-plugins/commit/b7d9d9022fe98938f94c9c338f1e0cfffd535ff4))
|
||||
|
||||
## [9.1.2](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.1.1...awesome-cordova-plugins-v9.1.2) (2026-03-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tts-advanced:** use promise-based API ([#5131](https://github.com/danielsogl/awesome-cordova-plugins/issues/5131)) ([fc67fb8](https://github.com/danielsogl/awesome-cordova-plugins/commit/fc67fb81742496f118dc6791fea96dc36bd013f8))
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **deps:** update dependency @swc/core to ^1.15.21 ([#5127](https://github.com/danielsogl/awesome-cordova-plugins/issues/5127)) ([30b872c](https://github.com/danielsogl/awesome-cordova-plugins/commit/30b872c00d2142958f05a7375e2d090271a0abae))
|
||||
* **deps:** update dependency @types/node to ^22.19.15 ([#5128](https://github.com/danielsogl/awesome-cordova-plugins/issues/5128)) ([129a72b](https://github.com/danielsogl/awesome-cordova-plugins/commit/129a72b6f53f120e7b66b6c859afeb1b1e3b6416))
|
||||
* **deps:** update dependency prettier to ^3.8.1 ([#5129](https://github.com/danielsogl/awesome-cordova-plugins/issues/5129)) ([7b77fc1](https://github.com/danielsogl/awesome-cordova-plugins/commit/7b77fc17a2634f1cdb3020ebb0cd562e16dae9a0))
|
||||
* **deps:** update dependency rxjs to ^7.8.2 ([#5130](https://github.com/danielsogl/awesome-cordova-plugins/issues/5130)) ([91743e7](https://github.com/danielsogl/awesome-cordova-plugins/commit/91743e7e03c0153559a4c6ed0ad1ee73e382fa3d))
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* add context7 configuration file ([7aa69c6](https://github.com/danielsogl/awesome-cordova-plugins/commit/7aa69c6795600dd1e54629ca28077d38927ea488))
|
||||
|
||||
## [9.1.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.1.0...awesome-cordova-plugins-v9.1.1) (2026-03-22)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* add FUNDING.yml for GitHub sponsorship ([968cb6e](https://github.com/danielsogl/awesome-cordova-plugins/commit/968cb6eec20b918be5db37fd8a4278f14723e8ab))
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* add pull request template for better contribution guidelines ([7ce821c](https://github.com/danielsogl/awesome-cordova-plugins/commit/7ce821ca488ed9b25e2b687b67c6fc428aa95b32))
|
||||
* add security policy for vulnerability reporting ([a72284b](https://github.com/danielsogl/awesome-cordova-plugins/commit/a72284b499c6ac261645991b3cefc603840c639e))
|
||||
* optimize docs for SEO ([1a351b5](https://github.com/danielsogl/awesome-cordova-plugins/commit/1a351b50f40488226799e14633f6c7749bb473b3))
|
||||
* remove deprecated docs ([e546d24](https://github.com/danielsogl/awesome-cordova-plugins/commit/e546d24411147b372bf417d8271aecd8af432763))
|
||||
* update developer guide for plugin wrapper creation ([ae46a50](https://github.com/danielsogl/awesome-cordova-plugins/commit/ae46a50dc81562486f6b7931a2b32379d4847691))
|
||||
* update documentation ([d892dda](https://github.com/danielsogl/awesome-cordova-plugins/commit/d892dda49730425139b20ecaccc398947d5d4704))
|
||||
|
||||
## [9.1.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.0.1...awesome-cordova-plugins-v9.1.0) (2026-03-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **airship:** Added new method waitForChannelId ([#5122](https://github.com/danielsogl/awesome-cordova-plugins/issues/5122)) ([38f6eb5](https://github.com/danielsogl/awesome-cordova-plugins/commit/38f6eb520575d55af8d4a2e202082b0b43b903ce))
|
||||
* **cordova-plugin-unvired-sdk:** Enhance LoginParameters and UMPRequestConfig ([#5123](https://github.com/danielsogl/awesome-cordova-plugins/issues/5123)) ([e86ed06](https://github.com/danielsogl/awesome-cordova-plugins/commit/e86ed0698cc790ccf402038572737b1a0806d9a4))
|
||||
* **mixpanel:** add serverUrl and trackAutomaticEvents to init() ([#5124](https://github.com/danielsogl/awesome-cordova-plugins/issues/5124)) ([3df16d6](https://github.com/danielsogl/awesome-cordova-plugins/commit/3df16d67a2d4cd9f27af91cbd91f71fe4e3dd6ba))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* exit with non-zero code when npm publish fails ([b2f8570](https://github.com/danielsogl/awesome-cordova-plugins/commit/b2f8570444aad3c6151ac9409791b6458ec0ddbe))
|
||||
|
||||
## [9.0.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/awesome-cordova-plugins-v9.0.0...awesome-cordova-plugins-v9.0.1) (2026-03-21)
|
||||
|
||||
|
||||
|
||||
+132
-169
@@ -4,230 +4,193 @@ This is a short guide on creating new plugin wrappers for Awesome Cordova Plugin
|
||||
|
||||
## Creating Plugin Wrappers
|
||||
|
||||
First, let's start by creating a new plugin wrapper from template.
|
||||
First, create a new plugin wrapper from the template:
|
||||
|
||||
```
|
||||
// Call this command, and replace PluginName with the name of the plugin you wish to add
|
||||
// Make sure to capitalize the first letter, or use CamelCase if necessary.
|
||||
|
||||
gulp plugin:create -n PluginName
|
||||
|
||||
// add -m flag to get a minimal template to start with
|
||||
gulp plugin:create -m -n PluginName
|
||||
```bash
|
||||
# Replace PluginName with the name of the plugin you wish to add.
|
||||
# Use CamelCase for the name (e.g. BarcodeScanner, NativeAudio).
|
||||
npm run plugin:create -- -n PluginName
|
||||
```
|
||||
|
||||
Running the command above will create a new directory `src/@ionic-native/plugins/plugin-name/` with a single file in there: `index.ts`. This file is where all the plugin definitions should be.
|
||||
This creates a new directory `src/@awesome-cordova-plugins/plugins/plugin-name/` with a single `index.ts` file where all plugin definitions go.
|
||||
|
||||
Let's take a look at the existing plugin wrapper for Geolocation to see what goes into an Ionic Native plugin (comments have been removed for clarity):
|
||||
## Plugin Anatomy
|
||||
|
||||
```
|
||||
Let's look at the Geolocation plugin wrapper as an example:
|
||||
|
||||
```typescript
|
||||
@Plugin({
|
||||
pluginName: 'Geolocation',
|
||||
plugin: 'cordova-plugin-geolocation',
|
||||
pluginRef: 'navigator.geolocation'
|
||||
pluginRef: 'navigator.geolocation',
|
||||
repo: 'https://github.com/apache/cordova-plugin-geolocation',
|
||||
platforms: ['Android', 'iOS', 'Browser'],
|
||||
})
|
||||
@Injectable()
|
||||
export class Geolocation {
|
||||
|
||||
export class Geolocation extends AwesomeCordovaNativePlugin {
|
||||
@Cordova()
|
||||
getCurrentPosition(options?: GeolocationOptions): Promise<Geoposition> { return; }
|
||||
getCurrentPosition(options?: GeolocationOptions): Promise<Geoposition> {
|
||||
return;
|
||||
}
|
||||
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse',
|
||||
observable: true,
|
||||
clearFunction: 'clearWatch'
|
||||
clearFunction: 'clearWatch',
|
||||
})
|
||||
watchPosition(options?: GeolocationOptions): Observable<Geoposition> { return; }
|
||||
watchPosition(options?: GeolocationOptions): Observable<Geoposition> {
|
||||
return;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### The Plugin Class
|
||||
|
||||
First and foremost, we want to create a class representing our plugin, in this case Geolocation.
|
||||
Every plugin wrapper extends `AwesomeCordovaNativePlugin` and uses the `@Injectable()` decorator for Angular DI support:
|
||||
|
||||
```
|
||||
```typescript
|
||||
@Injectable()
|
||||
class Geolocation {
|
||||
|
||||
}
|
||||
export class MyPlugin extends AwesomeCordovaNativePlugin {}
|
||||
```
|
||||
|
||||
#### Class Metadata
|
||||
### @Plugin Decorator
|
||||
|
||||
Next, we need to specify some information about this plugin. Ionic Native is written in [TypeScript](http://www.typescriptlang.org/) and makes use of a feature called [decorators](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Decorators.md). Long story short, decorators allow us to modify or add info to classes and properties using a declarative syntax.
|
||||
The `@Plugin` decorator provides metadata about the Cordova plugin:
|
||||
|
||||
For example, the `@Plugin` decorator adds information about the plugin to our Geolocation class:
|
||||
| Property | Description | Example |
|
||||
| ------------ | -------------------------------------- | -------------------------------- |
|
||||
| `pluginName` | Display name (should match class name) | `'Camera'` |
|
||||
| `plugin` | npm package name | `'cordova-plugin-camera'` |
|
||||
| `pluginRef` | Global reference on `window` | `'navigator.camera'` |
|
||||
| `repo` | GitHub repository URL | `'https://github.com/...'` |
|
||||
| `platforms` | Supported platforms | `['Android', 'iOS']` |
|
||||
| `install` | Custom install command (optional) | `'ionic cordova plugin add ...'` |
|
||||
|
||||
```
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-geolocation',
|
||||
pluginRef: 'navigator.geolocation'
|
||||
})
|
||||
@Injectable()
|
||||
export class Geolocation {
|
||||
The `pluginRef` tells Awesome Cordova Plugins where the Cordova plugin attaches itself. For example, `cordova-plugin-camera` is available at `window.navigator.camera`, so `pluginRef` is `'navigator.camera'`.
|
||||
|
||||
}
|
||||
```
|
||||
### @Cordova Decorator
|
||||
|
||||
Here, `plugin` is the name of the plugin package on npm and used when calling `cordova plugin add`.
|
||||
Wraps a stub method in a call to the Cordova plugin. By default it returns a Promise that resolves on the success callback and rejects on the error callback. It also checks that Cordova and the plugin are installed, printing diagnostics if not.
|
||||
|
||||
`pluginRef` refers to the where on `window` the underlying Cordova plugin is normally exposed. For example, in the case of the Cordova Geolocation plugin, normally you would make calls like `window.navigator.geolocation.getCurrentPosition({}, success, error)`, so the `pluginRef` in this case is `navigator.geolocation`.
|
||||
**Options:**
|
||||
|
||||
#### Class Methods
|
||||
| Option | Type | Description |
|
||||
| ----------------- | -------------------- | ------------------------------------------------------------------------- |
|
||||
| `observable` | `boolean` | Return an Observable instead of a Promise |
|
||||
| `sync` | `boolean` | Return the value directly (no Promise/Observable) |
|
||||
| `methodName` | `string` | Cordova method name if different from wrapper method |
|
||||
| `callbackOrder` | `'reverse'` | Set if success/error callbacks come before other args |
|
||||
| `callbackStyle` | `'node' \| 'object'` | `'node'` for `(err, result)` style, `'object'` for callbacks in an object |
|
||||
| `successName` | `string` | Success callback property name (with `callbackStyle: 'object'`) |
|
||||
| `errorName` | `string` | Error callback property name (with `callbackStyle: 'object'`) |
|
||||
| `successIndex` | `number` | Custom position of success callback |
|
||||
| `errorIndex` | `number` | Custom position of error callback |
|
||||
| `clearFunction` | `string` | Method to call when Observable is unsubscribed |
|
||||
| `clearWithArgs` | `boolean` | Call `clearFunction` with the same args as the initial call |
|
||||
| `eventObservable` | `boolean` | Wrap an event listener in an Observable |
|
||||
| `event` | `string` | Event name (required if `eventObservable: true`) |
|
||||
| `element` | `string` | Element to attach event listener to (default: `window`) |
|
||||
| `otherPromise` | `boolean` | Set if the Cordova method already returns a Promise |
|
||||
| `platforms` | `string[]` | Override supported platforms for this method |
|
||||
|
||||
Now all that's left is to add the plugin methods, in this case `getCurrentPosition` and `watchPosition`.
|
||||
**Examples:**
|
||||
|
||||
Let's take a look at `getCurrentPosition` first.
|
||||
|
||||
```
|
||||
@Cordova()
|
||||
getCurrentPosition(options?: GeolocationOptions): Promise<Geoposition> { return }
|
||||
```
|
||||
|
||||
It's just a stub. The `return` is only there to keep the TypeScript type-checker from complaining since we indicate that `getCurrentPosition` returns a `Promise<Geoposition>`.
|
||||
|
||||
By default, the `@Cordova` decorator wraps the plugin callbacks in a Promise that resolves when the success callback is called and rejects when the error callback is called. It also ensures that Cordova and the underlying plugin are available, and prints helpful diagnostics if they aren't.
|
||||
|
||||
Next, let's look at the `watchPosition` method.
|
||||
|
||||
```
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse',
|
||||
observable: true,
|
||||
clearFunction: 'clearWatch'
|
||||
})
|
||||
watchPosition(options?: GeolocationOptions): Observable<Geoposition> { return }
|
||||
```
|
||||
|
||||
The `@Cordova` decorator has a few more options now.
|
||||
|
||||
`observable` indicates that this method may call its callbacks multiple times, so `@Cordova` wraps it in an [`Observable`](https://github.com/ionic-team/ionic-native#promises-and-observables) instead of a Promise.
|
||||
|
||||
`callbackOrder` refers to the method signature of the underlying Cordova plugin, and tells Ionic Native which arguments are the callbacks to map to the wrapping Promise or Observable. In this case, the signature is [`watchPosition(success, error, options)`](https://github.com/apache/cordova-plugin-geolocation#navigatorgeolocationwatchposition), so we need to tell `@Cordova` that the callbacks are the first arguments, not the last arguments. For rare cases, you can also specify the options `successIndex` and `errorIndex` to indicate where in the argument list the callbacks are located.
|
||||
|
||||
`clearFunction` is used in conjunction with the `observable` option and indicates the function to be called when the Observable is disposed.
|
||||
|
||||
### Testing your changes
|
||||
|
||||
You need to run `npm run build` in the `ionic-native` project, this will create a `dist` directory. The `dist` directory will contain a sub directory `@ionic-native` with all the packages compiled in there. Copy the package(s) you created/modified to your app's node_modules under the `@ionic-native` directory. (e.g. `cp -r dist/@ionic-native/plugin-name ../my-app/node_modules/@ionic-native/`).
|
||||
|
||||
### Cleaning the code
|
||||
|
||||
You need to run `npm run lint` to analyze the code and ensure its consistency with the repository style. Fix any errors before submitting a PR.
|
||||
|
||||
### 'Wrapping' Up
|
||||
|
||||
That's it! The only thing left to do is rigorously document the plugin and its usage. Take a look at some of the other plugins for good documentation styles.
|
||||
|
||||
## Commit Message Format
|
||||
|
||||
We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history. But also, we use the git commit messages to generate the our change log. (Ok you got us, it's basically Angular's commit message format).
|
||||
|
||||
`type(scope): subject`
|
||||
|
||||
#### Type
|
||||
|
||||
Must be one of the following:
|
||||
|
||||
- **fix**: A bug fix
|
||||
- **feat**: A new feature
|
||||
- **docs**: Documentation only changes
|
||||
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
|
||||
- **refactor**: A code change that neither fixes a bug nor adds a feature
|
||||
- **perf**: A code change that improves performance
|
||||
- **test**: Adding missing tests
|
||||
- **chore**: Changes to the build process or auxiliary tools and libraries such as documentation generation
|
||||
|
||||
#### Scope
|
||||
|
||||
The scope could be anything specifying place of the commit change. For example, the name of the plugin being changed
|
||||
|
||||
#### Subject
|
||||
|
||||
The subject contains succinct description of the change:
|
||||
|
||||
- use the imperative, present tense: "change" not "changed" nor "changes"
|
||||
- do not capitalize first letter
|
||||
- do not place a period (.) at the end
|
||||
- entire length of the commit message must not go over 50 characters
|
||||
|
||||
### Ionic Native Decorators
|
||||
|
||||
#### Plugin
|
||||
|
||||
A decorator to wrap the main plugin class, and any other classes that will use `@Cordova` or `@CordovaProperty` decorators. This decorator accepts the following configuration:
|
||||
|
||||
- _pluginName_: Plugin name, this should match the class name
|
||||
- _plugin_: The plugin's NPM package, or Github URL if NPM is not available.
|
||||
- _pluginRef_: The plugin object reference. Example: 'cordova.file'.
|
||||
- _repo_: The plugin's Github Repository URL
|
||||
- _install_: (optional) Install command. This is used in case a plugin has a custom install command (takes variables).
|
||||
- _platforms_: An array of strings indicating the supported platforms.
|
||||
|
||||
#### Cordova
|
||||
|
||||
Checks if the plugin and the method are available before executing. By default, the decorator will wrap the callbacks of the function and return a Promise. This decorator takes the following configuration options:
|
||||
|
||||
- **observable**: set to true to return an Observable
|
||||
- **methodName**: an optional name of the cordova plugins method name (if different from wrappers method name)
|
||||
- **clearFunction**: an optional name of a method to clear the observable we returned
|
||||
- **clearWithArgs**: This can be used if clearFunction is set. Set this to true to call the clearFunction with the same arguments used in the initial function.
|
||||
- **sync**: set to true if the method should return the value as-is without wrapping with Observable/Promise
|
||||
- **callbackOrder**: set to `reverse` if the success and error callbacks are the first two arguements of the method
|
||||
- **callbackStyle**: set to `node` if the plugin has one callback with a node style (e.g: `function(err, result){}`), or set to `object` if the callbacks are part of an object
|
||||
- **successName**: Success function property name. This must be set if callbackStyle is set to object.
|
||||
- **errorName**: Error function property name. This must be set if callbackStyle is set to object.
|
||||
- **successIndex**: Set a custom index for the success callback function. This doesn't work if callbackOrder or callbackStyle are set.
|
||||
- **errorIndex**: Set a custom index for the error callback function. This doesn't work if callbackOrder or callbackStyle are set.
|
||||
- **eventObservable**: set to true to return an observable that wraps an event listener
|
||||
- **event**: Event name, this must be set if eventObservable is set to true
|
||||
- **element**: Element to attach the event listener to, this is optional, defaults to `window`
|
||||
- **otherPromise**: Set to true if the wrapped method returns a promise
|
||||
- **platforms**: array of strings indicating supported platforms. Specify this if the supported platforms doesn't match the plugin's supported platforms.
|
||||
|
||||
Example:
|
||||
|
||||
```ts
|
||||
```typescript
|
||||
// Default: returns a Promise
|
||||
@Cordova()
|
||||
someMethod(): Promise<any> { return; }
|
||||
|
||||
// Synchronous return
|
||||
@Cordova({ sync: true })
|
||||
syncMethod(): number { }
|
||||
getVersion(): string { }
|
||||
|
||||
// Observable with cleanup
|
||||
@Cordova({ observable: true, clearFunction: 'clearWatch' })
|
||||
watchChanges(): Observable<any> { return; }
|
||||
|
||||
// Event-based Observable
|
||||
@Cordova({ eventObservable: true, event: 'onresult' })
|
||||
onResult(): Observable<any> { return; }
|
||||
```
|
||||
|
||||
#### CordovaProperty
|
||||
### @CordovaProperty
|
||||
|
||||
Checks if the plugin and property exist before getting/setting the property's value
|
||||
Gets/sets a property on the Cordova plugin object after checking the plugin exists:
|
||||
|
||||
Example:
|
||||
|
||||
```ts
|
||||
```typescript
|
||||
@CordovaProperty()
|
||||
someProperty: string;
|
||||
```
|
||||
|
||||
#### CordovaCheck
|
||||
### @CordovaCheck
|
||||
|
||||
Checks if the plugin exists before performing a custom written method. By default, the method will return a promise that will reject with an error if the plugin is not available. This wrapper accepts two optional configurations:
|
||||
Checks if the plugin exists before running custom logic. Rejects with an error if the plugin is unavailable:
|
||||
|
||||
- **observable**: set to true to return an empty Observable if the plugin isn't available
|
||||
- **sync**: set to true to return nothing if the plugin isn't available
|
||||
|
||||
Example:
|
||||
|
||||
```ts
|
||||
```typescript
|
||||
@CordovaCheck()
|
||||
someMethod(): Promise<any> {
|
||||
// anything here will only run if the plugin is available
|
||||
// Custom logic — only runs if the plugin is available
|
||||
}
|
||||
```
|
||||
|
||||
#### CordovaFunctionOverride
|
||||
Options: `observable` (return empty Observable) or `sync` (return nothing) if plugin is missing.
|
||||
|
||||
Wrap a stub function in a call to a Cordova plugin, checking if both Cordova and the required plugin are installed.
|
||||
### @CordovaFunctionOverride
|
||||
|
||||
Example:
|
||||
Wraps a stub function in a Cordova plugin call and returns an Observable:
|
||||
|
||||
```ts
|
||||
```typescript
|
||||
@CordovaFunctionOverride()
|
||||
someMethod(): Observable<any> { return; }
|
||||
```
|
||||
|
||||
## Testing Your Changes
|
||||
|
||||
```bash
|
||||
# Build all packages
|
||||
npm run build
|
||||
|
||||
# Run tests
|
||||
npm test
|
||||
|
||||
# Lint your code
|
||||
npm run lint
|
||||
```
|
||||
|
||||
To test in a real app, copy the built package to your app's `node_modules`:
|
||||
|
||||
```bash
|
||||
cp -r dist/@awesome-cordova-plugins/plugin-name ../my-app/node_modules/@awesome-cordova-plugins/
|
||||
```
|
||||
|
||||
## Regenerating Documentation
|
||||
|
||||
After adding or modifying a plugin, regenerate the documentation:
|
||||
|
||||
```bash
|
||||
npm run readmes
|
||||
```
|
||||
|
||||
This generates plugin README files and updates the GitBook SUMMARY.md from the source code.
|
||||
|
||||
## Commit Message Format
|
||||
|
||||
Follow the [Conventional Commits](https://www.conventionalcommits.org/) format:
|
||||
|
||||
```
|
||||
type(scope): subject
|
||||
```
|
||||
|
||||
**Types:** `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `chore`
|
||||
|
||||
**Scope:** The plugin name or area being changed (e.g. `camera`, `core`, `build`)
|
||||
|
||||
**Subject:** Imperative, present tense, lowercase, no period at end.
|
||||
|
||||
Examples:
|
||||
|
||||
```
|
||||
feat(camera): add support for front-facing camera option
|
||||
fix(geolocation): handle timeout error on Android
|
||||
docs(nfc): update installation instructions
|
||||
```
|
||||
|
||||
@@ -188,7 +188,7 @@ Let us know or submit a PR! Take a look at [the Developer Guide](https://github.
|
||||
|
||||
Ibby Hadeed - [@ihadeed](https://github.com/ihadeed)
|
||||
|
||||
Daniel Sogl - [@sogldaniel](https://twitter.com/sogldaniel)
|
||||
Daniel Sogl - [LinkedIn](https://www.linkedin.com/in/daniel-sogl)
|
||||
|
||||
Tim Lancina - [@timlancina](https://twitter.com/timlancina)
|
||||
|
||||
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
# Security Policy
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
If you discover a security vulnerability in Awesome Cordova Plugins, please report it responsibly.
|
||||
|
||||
**Do not open a public GitHub issue for security vulnerabilities.**
|
||||
|
||||
Instead, please send an email to the maintainer or use [GitHub's private vulnerability reporting](https://github.com/danielsogl/awesome-cordova-plugins/security/advisories/new).
|
||||
|
||||
### What to include
|
||||
|
||||
- Description of the vulnerability
|
||||
- Steps to reproduce
|
||||
- Affected versions
|
||||
- Potential impact
|
||||
|
||||
### Response
|
||||
|
||||
You can expect an initial response within 72 hours. We will work with you to understand the issue and coordinate a fix before any public disclosure.
|
||||
|
||||
## Scope
|
||||
|
||||
This policy covers the `@awesome-cordova-plugins/*` TypeScript wrapper packages. For vulnerabilities in the underlying Cordova plugins themselves, please report to the respective plugin maintainers.
|
||||
|
||||
## Supported Versions
|
||||
|
||||
Only the latest major version receives security updates.
|
||||
@@ -0,0 +1,47 @@
|
||||
---
|
||||
description: >-
|
||||
Awesome Cordova Plugins provides TypeScript wrappers for Cordova and Ionic
|
||||
native plugins with Promise and Observable support for Angular, React, and
|
||||
Capacitor apps.
|
||||
---
|
||||
|
||||
# Awesome Cordova Plugins
|
||||
|
||||
Awesome Cordova Plugins is a curated set of TypeScript wrappers for Cordova plugins that make adding native functionality to your [Ionic](https://ionicframework.com/) mobile app easy.
|
||||
|
||||
Every Cordova plugin callback is wrapped in a Promise or Observable, providing a common interface and seamless integration with Angular change detection.
|
||||
|
||||
## Features
|
||||
|
||||
- **TypeScript wrappers** for over 250 Cordova plugins
|
||||
- **Promise and Observable** support for modern async patterns
|
||||
- **Angular integration** with automatic change detection via `/ngx` imports
|
||||
- **Framework-agnostic** — works with Angular, React, or plain TypeScript
|
||||
- **Capacitor compatible** — use Cordova plugins in Capacitor projects
|
||||
|
||||
## Quick Start
|
||||
|
||||
Install the core library and any plugin wrapper you need:
|
||||
|
||||
```bash
|
||||
npm install @awesome-cordova-plugins/core
|
||||
npm install @awesome-cordova-plugins/camera
|
||||
```
|
||||
|
||||
Then install the corresponding Cordova plugin:
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-camera
|
||||
```
|
||||
|
||||
See the [Installation](installation.md) guide for detailed framework-specific setup instructions.
|
||||
|
||||
## Need Help?
|
||||
|
||||
- Browse the [Plugin List](plugins/) to find the wrapper you need
|
||||
- Check the [FAQ](faq.md) for common issues and solutions
|
||||
- [Report an issue](https://github.com/danielsogl/awesome-cordova-plugins/issues) or contribute on GitHub
|
||||
|
||||
## Maintainer
|
||||
|
||||
[Daniel Sogl](https://www.linkedin.com/in/daniel-sogl)
|
||||
+261
-220
@@ -1,225 +1,266 @@
|
||||
# Table of contents
|
||||
|
||||
* [Initial page](README.md)
|
||||
* [Plugins](plugins/README.md)
|
||||
* [Push Notifications - WonderPush](plugins/wonderpush.md)
|
||||
* [Kommunicate](plugins/kommunicate.md)
|
||||
* [Power Optimization](plugins/power-optimization.md)
|
||||
* [BLE](plugins/ble.md)
|
||||
* [Text To Speech Advanced](plugins/text-to-speech-advanced.md)
|
||||
* [NativeView](plugins/native-view.md)
|
||||
* [Web Intent](plugins/web-intent.md)
|
||||
* [Chooser](plugins/chooser.md)
|
||||
* [Device](plugins/device.md)
|
||||
* [Open Native Settings](plugins/open-native-settings.md)
|
||||
* [CleverTap](plugins/clevertap.md)
|
||||
* [PSPDFKit-Cordova](plugins/pspdfkit-cordova.md)
|
||||
* [File Transfer](plugins/file-transfer.md)
|
||||
* [AdMob Pro](plugins/admob-pro.md)
|
||||
* [In App Update](plugins/in-app-update.md)
|
||||
* [OpenALPR](plugins/openalpr.md)
|
||||
* [AllInOneSDK](plugins/all-in-one-sdk.md)
|
||||
* [AdMob](plugins/admob.md)
|
||||
* [Native Keyboard](plugins/native-keyboard.md)
|
||||
* [Vibes](plugins/vibes.md)
|
||||
* [Safari View Controller](plugins/safari-view-controller.md)
|
||||
* [Device Accounts](plugins/device-accounts.md)
|
||||
* [Media Capture](plugins/media-capture.md)
|
||||
* [Pollfish](plugins/pollfish.md)
|
||||
* [OCR](plugins/ocr.md)
|
||||
* [Fingerprint AIO](plugins/fingerprint-aio.md)
|
||||
* [BiometricWrapper](plugins/biometric-wrapper.md)
|
||||
* [Firebase Authentication](plugins/firebase-authentication.md)
|
||||
* [Status Bar](plugins/status-bar.md)
|
||||
* [BluetoothLE](plugins/bluetooth-le.md)
|
||||
* [ZBar](plugins/zbar.md)
|
||||
* [Android ExoPlayer](plugins/android-exoplayer.md)
|
||||
* [Mobile Messaging](plugins/mobile-messaging.md)
|
||||
* [Device Orientation](plugins/device-orientation.md)
|
||||
* [Insomnia](plugins/insomnia.md)
|
||||
* [Photo Library](plugins/photo-library.md)
|
||||
* [Bluetooth Classic Serial Port](plugins/bluetooth-classic-serial-port.md)
|
||||
* [Push](plugins/push.md)
|
||||
* [FileTransferManager](plugins/background-upload.md)
|
||||
* [App Center Analytics](plugins/app-center-analytics.md)
|
||||
* [Anyline](plugins/anyline.md)
|
||||
* [iOS DocumentPicker](plugins/document-picker.md)
|
||||
* [Theme Detection](plugins/theme-detection.md)
|
||||
* [DbResult](plugins/unvired-cordova-sdk.md)
|
||||
* [Background Fetch](plugins/background-fetch.md)
|
||||
* [Cloud Settings](plugins/cloud-settings.md)
|
||||
* [Spotify Auth](plugins/spotify-auth.md)
|
||||
* [Globalization](plugins/globalization.md)
|
||||
* [FTP](plugins/ftp.md)
|
||||
* [File](plugins/file.md)
|
||||
* [Health](plugins/health.md)
|
||||
* [Web Server](plugins/web-server.md)
|
||||
* [Background Mode](plugins/background-mode.md)
|
||||
* [Social Sharing](plugins/social-sharing.md)
|
||||
* [Sms Retriever](plugins/sms-retriever.md)
|
||||
* [Spinner Dialog](plugins/spinner-dialog.md)
|
||||
* [System Alert Window Permission](plugins/system-alert-window-permission.md)
|
||||
* [StarPRNT](plugins/star-prnt.md)
|
||||
* [Badge](plugins/badge.md)
|
||||
* [Launch Navigator](plugins/launch-navigator.md)
|
||||
* [SumUp](plugins/sum-up.md)
|
||||
* [Youtube Video Player](plugins/youtube-video-player.md)
|
||||
* [Document Viewer](plugins/document-viewer.md)
|
||||
* [Taptic Engine](plugins/taptic-engine.md)
|
||||
* [ABBYY Real-Time Recognition](plugins/abbyy-rtr.md)
|
||||
* [Media](plugins/media.md)
|
||||
* [WebSocket Server](plugins/web-socket-server.md)
|
||||
* [Firebase Messaging](plugins/firebase-messaging.md)
|
||||
* [Music Controls](plugins/music-controls.md)
|
||||
* [Calendar](plugins/calendar.md)
|
||||
* [Call Directory](plugins/call-directory.md)
|
||||
* [Iamport Cordova](plugins/iamport-cordova.md)
|
||||
* [Video Editor](plugins/video-editor.md)
|
||||
* [Tealium](plugins/tealium.md)
|
||||
* [Camera Preview](plugins/camera-preview.md)
|
||||
* [Firebase Analytics](plugins/firebase-analytics.md)
|
||||
* [Image Picker](plugins/image-picker.md)
|
||||
* [Shake](plugins/shake.md)
|
||||
* [Local Notifications](plugins/local-notifications.md)
|
||||
* [Android Permissions](plugins/android-permissions.md)
|
||||
* [App Center Low Memory](plugins/app-center-low-memory.md)
|
||||
* [App Center Push](plugins/app-center-push.md)
|
||||
* [Native Audio](plugins/native-audio.md)
|
||||
* [Geolocation](plugins/geolocation.md)
|
||||
* [PayTabs](plugins/paytabs.md)
|
||||
* [3D Touch](plugins/three-dee-touch.md)
|
||||
* [FirebaseCrash](plugins/firebase-crash.md)
|
||||
* [Toast](plugins/toast.md)
|
||||
* [File Opener](plugins/file-opener.md)
|
||||
* [PreviewAnyFile](plugins/preview-any-file.md)
|
||||
* [SmartlookSetupConfigBuilder](plugins/smartlook.md)
|
||||
* [Firebase Config](plugins/firebase-config.md)
|
||||
* [Keychain](plugins/keychain.md)
|
||||
* [WifiWizard2](plugins/wifi-wizard-2.md)
|
||||
* [Header Color](plugins/header-color.md)
|
||||
* [Dfu Update](plugins/dfu-update.md)
|
||||
* [Sqlite Db Copy](plugins/sqlite-db-copy.md)
|
||||
* [Gao De Location](plugins/gao-de-location.md)
|
||||
* [DNS](plugins/dns.md)
|
||||
* [Multiple Documents Picker](plugins/multiple-document-picker.md)
|
||||
* [Lottie Splash Screen](plugins/lottie-splash-screen.md)
|
||||
* [PlayInstallReferrer](plugins/play-install-referrer.md)
|
||||
* [LocalBackup](plugins/local-backup.md)
|
||||
* [Native Geocoder](plugins/native-geocoder.md)
|
||||
* [Coordinates](plugins/hyper-track.md)
|
||||
* [ApproovHTTP](plugins/approov-advanced-http.md)
|
||||
* [Answers](plugins/fabric.md)
|
||||
* [UriHelper](plugins/nfc.md)
|
||||
* [Dialogs](plugins/dialogs.md)
|
||||
* [Firebase Dynamic Links](plugins/firebase-dynamic-links.md)
|
||||
* [Metrix](plugins/metrix.md)
|
||||
* [Health Kit](plugins/health-kit.md)
|
||||
* [Intercom](plugins/intercom.md)
|
||||
* [Camera](plugins/camera.md)
|
||||
* [Secure Storage](plugins/secure-storage.md)
|
||||
* [Native Storage](plugins/native-storage.md)
|
||||
* [App Preferences](plugins/app-preferences.md)
|
||||
* [In App Review](plugins/in-app-review.md)
|
||||
* [Flashlight](plugins/flashlight.md)
|
||||
* [Facebook](plugins/facebook.md)
|
||||
* [Wechat](plugins/wechat.md)
|
||||
* [App Version](plugins/app-version.md)
|
||||
* [Checkout](plugins/checkout.md)
|
||||
* [Android Full Screen](plugins/android-full-screen.md)
|
||||
* [Secure Storage Echo](plugins/secure-storage-echo.md)
|
||||
* [Device Motion](plugins/device-motion.md)
|
||||
* [IBeacon](plugins/ibeacon.md)
|
||||
* [Keyboard](plugins/keyboard.md)
|
||||
* [Deeplinks](plugins/deeplinks.md)
|
||||
* [Firebase](plugins/firebase.md)
|
||||
* [App Availability](plugins/app-availability.md)
|
||||
* [Background Geolocation](plugins/background-geolocation.md)
|
||||
* [Diagnostic](plugins/diagnostic.md)
|
||||
* [Ionic Webview](plugins/ionic-webview.md)
|
||||
* [Broadcaster](plugins/broadcaster.md)
|
||||
* [Uptime](plugins/uptime.md)
|
||||
* [Mixpanel](plugins/mixpanel.md)
|
||||
* [Action Sheet](plugins/action-sheet.md)
|
||||
* [HTTP](plugins/http.md)
|
||||
* [OneSignal](plugins/onesignal.md)
|
||||
* [Firebase Vision](plugins/firebase-vision.md)
|
||||
* [Appsflyer](plugins/appsflyer.md)
|
||||
* [Google Plus](plugins/google-plus.md)
|
||||
* [Network](plugins/network.md)
|
||||
* [SQLite Porter](plugins/sqlite-porter.md)
|
||||
* [Touch ID](plugins/touch-id.md)
|
||||
* [App Center Crashes](plugins/app-center-crashes.md)
|
||||
* [ios-aswebauthenticationsession-api](plugins/ios-aswebauthenticationsession-api.md)
|
||||
* [FCM](plugins/fcm.md)
|
||||
* [RewardVideo](plugins/admob-plus.md)
|
||||
* [CustomUISDK](plugins/custom-uisdk.md)
|
||||
* [Foreground Service](plugins/foreground-service.md)
|
||||
* [Sign In With Apple](plugins/sign-in-with-apple.md)
|
||||
* [Location Accuracy](plugins/location-accuracy.md)
|
||||
* [Barcode Scanner](plugins/barcode-scanner.md)
|
||||
* [App Center Shared](plugins/app-center-shared.md)
|
||||
* [BranchIo](plugins/branch-io.md)
|
||||
* [PushapePush](plugins/pushape-push.md)
|
||||
* [TealiumInstallReferrer](plugins/tealium-installreferrer.md)
|
||||
* [Zeroconf](plugins/zeroconf.md)
|
||||
* [Purchases](plugins/purchases.md)
|
||||
* [Instagram](plugins/instagram.md)
|
||||
* [Splash Screen](plugins/splash-screen.md)
|
||||
* [Launch Review](plugins/launch-review.md)
|
||||
* [Speech Recognition](plugins/speech-recognition.md)
|
||||
* [Document Scanner](plugins/document-scanner.md)
|
||||
* [Apple Wallet](plugins/apple-wallet.md)
|
||||
* [SQLite](plugins/sqlite.md)
|
||||
* [App Rate](plugins/app-rate.md)
|
||||
* [Vibration](plugins/vibration.md)
|
||||
* [Build Info](plugins/build-info.md)
|
||||
* [Photo Viewer](plugins/photo-viewer.md)
|
||||
* [Google Nearby](plugins/google-nearby.md)
|
||||
* [Stripe](plugins/stripe.md)
|
||||
* [Analytics Firebase](plugins/analytics-firebase.md)
|
||||
* [AES256](plugins/aes-256.md)
|
||||
* [Screen Orientation](plugins/screen-orientation.md)
|
||||
* [Webengage](plugins/webengage.md)
|
||||
* [AdjustAppStoreSubscription](plugins/adjust.md)
|
||||
* [Line Login](plugins/line-login.md)
|
||||
* [Is Debug](plugins/is-debug.md)
|
||||
* [Clipboard](plugins/clipboard.md)
|
||||
* [File Path](plugins/file-path.md)
|
||||
* [Native Page Transitions](plugins/native-page-transitions.md)
|
||||
* [WheelSelector Plugin](plugins/wheel-selector.md)
|
||||
* [Email Composer](plugins/email-composer.md)
|
||||
* [BlinkId](plugins/blinkid.md)
|
||||
* [Call Number](plugins/call-number.md)
|
||||
* [Battery Status](plugins/battery-status.md)
|
||||
* [Firebase X](plugins/firebase-x.md)
|
||||
* [Google Analytics](plugins/google-analytics.md)
|
||||
* [ServiceDiscovery](plugins/service-discovery.md)
|
||||
* [PDFGenerator](plugins/pdf-generator.md)
|
||||
* [MLKitTranslate](plugins/mlkit-translate.md)
|
||||
* [Usabilla](plugins/usabilla-cordova-sdk.md)
|
||||
* [BioCatch](plugins/biocatch.md)
|
||||
* [Bluetooth Serial](plugins/bluetooth-serial.md)
|
||||
* [Video Player](plugins/video-player.md)
|
||||
* [Streaming Media](plugins/streaming-media.md)
|
||||
* [Firebase Crashlytics](plugins/firebase-crashlytics.md)
|
||||
* [Zoom](plugins/zoom.md)
|
||||
* [SMS](plugins/sms.md)
|
||||
* [Imap](plugins/imap.md)
|
||||
* [Ge Tui Sdk Plugin](plugins/ge-tui-sdk-plugin.md)
|
||||
* [TealiumAdIdentifier](plugins/tealium-adidentifier.md)
|
||||
* [UrbanAirShip](plugins/urbanairship.md)
|
||||
* [In App Browser](plugins/in-app-browser.md)
|
||||
* [In App Purchase 2](plugins/in-app-purchase-2.md)
|
||||
* [Code Push](plugins/code-push.md)
|
||||
* [Android Notch](plugins/android-notch.md)
|
||||
* [Network Interface](plugins/network-interface.md)
|
||||
* [Printer](plugins/printer.md)
|
||||
* [Browser Tab](plugins/browser-tab.md)
|
||||
* [Dynamsoft Barcode Scanner](plugins/dynamsoft-barcode-scanner.md)
|
||||
* [GCDWebServer](plugins/gcdwebserver.md)
|
||||
* [Smtp Client](plugins/smtp-client.md)
|
||||
* [Cashfree PG](plugins/cashfree-pg/README.md)
|
||||
* [Save Dialog](plugins/save-dialog/README.md)
|
||||
* [Welcome](README.md)
|
||||
* [Installation](installation.md)
|
||||
* [FAQ](faq.md)
|
||||
|
||||
## Plugins
|
||||
|
||||
* [Overview](plugins/README.md)
|
||||
* ["In App Purchase 3"](plugins/in-app-purchase-3/README.md)
|
||||
* [3D Touch](plugins/three-dee-touch/README.md)
|
||||
* [ABBYY Real-Time Recognition](plugins/abbyy-rtr/README.md)
|
||||
* [Action Sheet](plugins/action-sheet/README.md)
|
||||
* [Adjust](plugins/adjust/README.md)
|
||||
* [AdMob](plugins/admob/README.md)
|
||||
* [AdMob Plus](plugins/admob-plus/README.md)
|
||||
* [AdMob Pro](plugins/admob-pro/README.md)
|
||||
* [AdvancedImagePicker](plugins/advanced-image-picker/README.md)
|
||||
* [AES256](plugins/aes-256/README.md)
|
||||
* [Airship](plugins/airship/README.md)
|
||||
* [AllInOneSDK](plugins/all-in-one-sdk/README.md)
|
||||
* [Analytics Firebase](plugins/analytics-firebase/README.md)
|
||||
* [Android ExoPlayer](plugins/android-exoplayer/README.md)
|
||||
* [Android Full Screen](plugins/android-full-screen/README.md)
|
||||
* [Android Notch](plugins/android-notch/README.md)
|
||||
* [Android Permissions](plugins/android-permissions/README.md)
|
||||
* [Anyline](plugins/anyline/README.md)
|
||||
* [App Availability](plugins/app-availability/README.md)
|
||||
* [App Center Analytics](plugins/app-center-analytics/README.md)
|
||||
* [App Center Crashes](plugins/app-center-crashes/README.md)
|
||||
* [App Center Low Memory](plugins/app-center-low-memory/README.md)
|
||||
* [App Center Push](plugins/app-center-push/README.md)
|
||||
* [App Center Shared](plugins/app-center-shared/README.md)
|
||||
* [App Preferences](plugins/app-preferences/README.md)
|
||||
* [App Rate](plugins/app-rate/README.md)
|
||||
* [App Review](plugins/app-review/README.md)
|
||||
* [App Version](plugins/app-version/README.md)
|
||||
* [Apple Wallet](plugins/apple-wallet/README.md)
|
||||
* [Applovin](plugins/applovin/README.md)
|
||||
* [Appsflyer](plugins/appsflyer/README.md)
|
||||
* [Audio Management](plugins/audio-management/README.md)
|
||||
* [Background Fetch](plugins/background-fetch/README.md)
|
||||
* [Background Geolocation](plugins/background-geolocation/README.md)
|
||||
* [Background Mode](plugins/background-mode/README.md)
|
||||
* [BackgroundUpload](plugins/background-upload/README.md)
|
||||
* [Badge](plugins/badge/README.md)
|
||||
* [Barcode Scanner](plugins/barcode-scanner/README.md)
|
||||
* [Barkoder](plugins/barkoder/README.md)
|
||||
* [Battery Status](plugins/battery-status/README.md)
|
||||
* [BioCatch](plugins/biocatch/README.md)
|
||||
* [BiometricWrapper](plugins/biometric-wrapper/README.md)
|
||||
* [BLE](plugins/ble/README.md)
|
||||
* [BlinkId](plugins/blinkid/README.md)
|
||||
* [Bluetooth Classic Serial Port](plugins/bluetooth-classic-serial-port/README.md)
|
||||
* [Bluetooth Serial](plugins/bluetooth-serial/README.md)
|
||||
* [BluetoothLE](plugins/bluetooth-le/README.md)
|
||||
* [BranchIo](plugins/branch-io/README.md)
|
||||
* [Brightness](plugins/brightness/README.md)
|
||||
* [Broadcaster](plugins/broadcaster/README.md)
|
||||
* [Browser Tab](plugins/browser-tab/README.md)
|
||||
* [Build Info](plugins/build-info/README.md)
|
||||
* [Calendar](plugins/calendar/README.md)
|
||||
* [Call Directory](plugins/call-directory/README.md)
|
||||
* [Call Number](plugins/call-number/README.md)
|
||||
* [Camera](plugins/camera/README.md)
|
||||
* [Camera Preview](plugins/camera-preview/README.md)
|
||||
* [CFPaymentGateway](plugins/cashfree-pg/README.md)
|
||||
* [Checkout](plugins/checkout/README.md)
|
||||
* [Chooser](plugins/chooser/README.md)
|
||||
* [Chooser](plugins/chooser-simple-file/README.md)
|
||||
* [CleverTap](plugins/clevertap/README.md)
|
||||
* [Clipboard](plugins/clipboard/README.md)
|
||||
* [Cloud Settings](plugins/cloud-settings/README.md)
|
||||
* [Code Push](plugins/code-push/README.md)
|
||||
* [Contacts](plugins/contacts/README.md)
|
||||
* [cordova-plugin-hypertrack-v3](plugins/hyper-track/README.md)
|
||||
* [Crashlytics](plugins/fabric/README.md)
|
||||
* [Crop Plugin Privacy](plugins/crop-plugin-privacy/README.md)
|
||||
* [CustomUiSdk](plugins/custom-ui-sdk/README.md)
|
||||
* [CustomUISDK](plugins/custom-uisdk/README.md)
|
||||
* [Deeplinks](plugins/deeplinks/README.md)
|
||||
* [Device](plugins/device/README.md)
|
||||
* [Device Accounts](plugins/device-accounts/README.md)
|
||||
* [Device eMagnetometer](plugins/magnetometer/README.md)
|
||||
* [Device Motion](plugins/device-motion/README.md)
|
||||
* [Device Orientation](plugins/device-orientation/README.md)
|
||||
* [Dfu Update](plugins/dfu-update/README.md)
|
||||
* [Diagnostic](plugins/diagnostic/README.md)
|
||||
* [Dialogs](plugins/dialogs/README.md)
|
||||
* [DNS](plugins/dns/README.md)
|
||||
* [Document Downloader](plugins/downloader/README.md)
|
||||
* [Document Scanner](plugins/document-scanner/README.md)
|
||||
* [Document Viewer](plugins/document-viewer/README.md)
|
||||
* [dynamsoft-barcode-scanner](plugins/dynamsoft-barcode-scanner/README.md)
|
||||
* [Email Composer](plugins/email-composer/README.md)
|
||||
* [Facebook](plugins/facebook/README.md)
|
||||
* [FbSdk](plugins/fbsdk/README.md)
|
||||
* [FCM](plugins/fcm/README.md)
|
||||
* [FFMpeg](plugins/ffmpeg/README.md)
|
||||
* [File](plugins/file/README.md)
|
||||
* [File MD5](plugins/file-md5/README.md)
|
||||
* [File Opener](plugins/file-opener/README.md)
|
||||
* [File Path](plugins/file-path/README.md)
|
||||
* [File Transfer](plugins/file-transfer/README.md)
|
||||
* [FileChooser Plugin](plugins/file-chooser/README.md)
|
||||
* [Fingerprint AIO](plugins/fingerprint-aio/README.md)
|
||||
* [Firebase](plugins/firebase/README.md)
|
||||
* [Firebase Analytics](plugins/firebase-analytics/README.md)
|
||||
* [Firebase Authentication](plugins/firebase-authentication/README.md)
|
||||
* [Firebase Config](plugins/firebase-config/README.md)
|
||||
* [Firebase Crashlytics](plugins/firebase-crashlytics/README.md)
|
||||
* [Firebase Dynamic Links](plugins/firebase-dynamic-links/README.md)
|
||||
* [Firebase Messaging](plugins/firebase-messaging/README.md)
|
||||
* [Firebase Model](plugins/firebase-model/README.md)
|
||||
* [Firebase Vision](plugins/firebase-vision/README.md)
|
||||
* [Firebase X](plugins/firebase-x/README.md)
|
||||
* [FirebaseCrash](plugins/firebase-crash/README.md)
|
||||
* [Flashlight](plugins/flashlight/README.md)
|
||||
* [Foreground Service](plugins/foreground-service/README.md)
|
||||
* [FTP](plugins/ftp/README.md)
|
||||
* [Gao De Location](plugins/gao-de-location/README.md)
|
||||
* [gcdwebserver](plugins/gcdwebserver/README.md)
|
||||
* [Ge Tui Sdk Plugin](plugins/ge-tui-sdk-plugin/README.md)
|
||||
* [Genius Scan](plugins/genius-scan/README.md)
|
||||
* [Geolocation](plugins/geolocation/README.md)
|
||||
* [Globalization](plugins/globalization/README.md)
|
||||
* [Google Analytics](plugins/google-analytics/README.md)
|
||||
* [Google Nearby](plugins/google-nearby/README.md)
|
||||
* [Google Plus](plugins/google-plus/README.md)
|
||||
* [Header Color](plugins/header-color/README.md)
|
||||
* [Health](plugins/health/README.md)
|
||||
* [Health Kit](plugins/health-kit/README.md)
|
||||
* [HTTP](plugins/approov-advanced-http/README.md)
|
||||
* [HTTP](plugins/http/README.md)
|
||||
* [Iamport Cordova](plugins/iamport-cordova/README.md)
|
||||
* [IBeacon](plugins/ibeacon/README.md)
|
||||
* [Image Picker](plugins/image-picker/README.md)
|
||||
* [ImageResizer](plugins/image-resizer/README.md)
|
||||
* [Imap](plugins/imap/README.md)
|
||||
* [In App Browser](plugins/in-app-browser/README.md)
|
||||
* [In App Purchase 2](plugins/in-app-purchase-2/README.md)
|
||||
* [In App Review](plugins/in-app-review/README.md)
|
||||
* [In App Update](plugins/in-app-update/README.md)
|
||||
* [Insomnia](plugins/insomnia/README.md)
|
||||
* [Instagram](plugins/instagram/README.md)
|
||||
* [Intercom](plugins/intercom/README.md)
|
||||
* [Ionic Webview](plugins/ionic-webview/README.md)
|
||||
* [iOS DocumentPicker](plugins/document-picker/README.md)
|
||||
* [ios-aswebauthenticationsession-api](plugins/ios-aswebauthenticationsession-api/README.md)
|
||||
* [IRoot](plugins/i-root/README.md)
|
||||
* [Is Debug](plugins/is-debug/README.md)
|
||||
* [Keyboard](plugins/keyboard/README.md)
|
||||
* [Keychain](plugins/keychain/README.md)
|
||||
* [Kommunicate](plugins/kommunicate/README.md)
|
||||
* [Launch Navigator](plugins/launch-navigator/README.md)
|
||||
* [Launch Review](plugins/launch-review/README.md)
|
||||
* [Lets Cooee](plugins/lets-cooee/README.md)
|
||||
* [Line Login](plugins/line-login/README.md)
|
||||
* [Local Notifications](plugins/local-notifications/README.md)
|
||||
* [LocalBackup](plugins/local-backup/README.md)
|
||||
* [Location Accuracy](plugins/location-accuracy/README.md)
|
||||
* [Lottie Splash Screen](plugins/lottie-splash-screen/README.md)
|
||||
* [Market](plugins/market/README.md)
|
||||
* [Media](plugins/media/README.md)
|
||||
* [Media Capture](plugins/media-capture/README.md)
|
||||
* [Metrix](plugins/metrix/README.md)
|
||||
* [Mixpanel](plugins/mixpanel/README.md)
|
||||
* [MLKitTranslate](plugins/mlkit-translate/README.md)
|
||||
* [Mobile Accessibility](plugins/mobile-accessibility/README.md)
|
||||
* [Mobile Messaging](plugins/mobile-messaging/README.md)
|
||||
* [Multiple Documents Picker](plugins/multiple-document-picker/README.md)
|
||||
* [Music Controls](plugins/music-controls/README.md)
|
||||
* [Native Audio](plugins/native-audio/README.md)
|
||||
* [Native Geocoder](plugins/native-geocoder/README.md)
|
||||
* [Native Keyboard](plugins/native-keyboard/README.md)
|
||||
* [Native Page Transitions](plugins/native-page-transitions/README.md)
|
||||
* [Native Storage](plugins/native-storage/README.md)
|
||||
* [NativeView](plugins/native-view/README.md)
|
||||
* [Network](plugins/network/README.md)
|
||||
* [Network Interface](plugins/network-interface/README.md)
|
||||
* [Network Permission](plugins/network-permission/README.md)
|
||||
* [newrelic mobile](plugins/newrelic/README.md)
|
||||
* [NFC](plugins/nfc/README.md)
|
||||
* [OCR](plugins/ocr/README.md)
|
||||
* [OneSignal](plugins/onesignal/README.md)
|
||||
* [Open Native Settings](plugins/open-native-settings/README.md)
|
||||
* [OpenALPR](plugins/openalpr/README.md)
|
||||
* [OpenInstall](plugins/openinstall/README.md)
|
||||
* [PayTabs](plugins/paytabs/README.md)
|
||||
* [PDFGenerator](plugins/pdf-generator/README.md)
|
||||
* [Photo Library](plugins/photo-library/README.md)
|
||||
* [Photo Viewer](plugins/photo-viewer/README.md)
|
||||
* [PlayInstallReferrer](plugins/play-install-referrer/README.md)
|
||||
* [Pollfish](plugins/pollfish/README.md)
|
||||
* [Power Management](plugins/power-management/README.md)
|
||||
* [Power Optimization](plugins/power-optimization/README.md)
|
||||
* [Preview/Open Any File](plugins/preview-any-file/README.md)
|
||||
* [Printer](plugins/printer/README.md)
|
||||
* [PSPDFKit-Cordova](plugins/pspdfkit-cordova/README.md)
|
||||
* [Purchases](plugins/purchases/README.md)
|
||||
* [Push](plugins/push/README.md)
|
||||
* [Push Notifications - WonderPush](plugins/wonderpush/README.md)
|
||||
* [PushapePush](plugins/pushape-push/README.md)
|
||||
* [Safari View Controller](plugins/safari-view-controller/README.md)
|
||||
* [SaveDialog](plugins/save-dialog/README.md)
|
||||
* [Screen Orientation](plugins/screen-orientation/README.md)
|
||||
* [Screenshot](plugins/screenshot/README.md)
|
||||
* [Secure Storage](plugins/secure-storage/README.md)
|
||||
* [Secure Storage Echo](plugins/secure-storage-echo/README.md)
|
||||
* [ServiceDiscovery](plugins/service-discovery/README.md)
|
||||
* [Shake](plugins/shake/README.md)
|
||||
* [ShortcutsAndroid](plugins/shortcuts-android/README.md)
|
||||
* [Sign In With Apple](plugins/sign-in-with-apple/README.md)
|
||||
* [Smartlook](plugins/smartlook/README.md)
|
||||
* [SMS](plugins/sms/README.md)
|
||||
* [Sms Retriever](plugins/sms-retriever/README.md)
|
||||
* [SmsRetrieverApi](plugins/sms-retriever-api/README.md)
|
||||
* [Smtp Client](plugins/smtp-client/README.md)
|
||||
* [Social Sharing](plugins/social-sharing/README.md)
|
||||
* [SocketsTcp](plugins/sockets-tcp/README.md)
|
||||
* [SocketsUdp](plugins/sockets-udp/README.md)
|
||||
* [Speech Recognition](plugins/speech-recognition/README.md)
|
||||
* [Spinner Dialog](plugins/spinner-dialog/README.md)
|
||||
* [Splash Screen](plugins/splash-screen/README.md)
|
||||
* [Spotify Auth](plugins/spotify-auth/README.md)
|
||||
* [SQLite](plugins/sqlite/README.md)
|
||||
* [Sqlite Db Copy](plugins/sqlite-db-copy/README.md)
|
||||
* [SQLite Porter](plugins/sqlite-porter/README.md)
|
||||
* [SSLCertificateChecker](plugins/ssl-certificate-checker/README.md)
|
||||
* [StarPRNT](plugins/star-prnt/README.md)
|
||||
* [Status Bar](plugins/status-bar/README.md)
|
||||
* [Streaming Media](plugins/streaming-media/README.md)
|
||||
* [Stripe](plugins/stripe/README.md)
|
||||
* [SumUp](plugins/sum-up/README.md)
|
||||
* [System Alert Window Permission](plugins/system-alert-window-permission/README.md)
|
||||
* [Taptic Engine](plugins/taptic-engine/README.md)
|
||||
* [Tealium](plugins/tealium/README.md)
|
||||
* [TealiumAdIdentifier](plugins/tealium-adidentifier/README.md)
|
||||
* [TealiumInstallReferrer](plugins/tealium-installreferrer/README.md)
|
||||
* [Text To Speech Advanced](plugins/text-to-speech-advanced/README.md)
|
||||
* [Theme Detection](plugins/theme-detection/README.md)
|
||||
* [Toast](plugins/toast/README.md)
|
||||
* [Touch ID](plugins/touch-id/README.md)
|
||||
* [Unique Device ID](plugins/unique-device-id/README.md)
|
||||
* [Unvired Cordova SDK](plugins/unvired-cordova-sdk/README.md)
|
||||
* [Uptime](plugins/uptime/README.md)
|
||||
* [UrbanAirShip](plugins/urbanairship/README.md)
|
||||
* [Usabilla](plugins/usabilla-cordova-sdk/README.md)
|
||||
* [Vibes](plugins/vibes/README.md)
|
||||
* [Vibration](plugins/vibration/README.md)
|
||||
* [Video Editor](plugins/video-editor/README.md)
|
||||
* [Video Player](plugins/video-player/README.md)
|
||||
* [WE Cap Inbox](plugins/we-cap-inbox/README.md)
|
||||
* [Web Intent](plugins/web-intent/README.md)
|
||||
* [Web Server](plugins/web-server/README.md)
|
||||
* [Webengage](plugins/webengage/README.md)
|
||||
* [Webim](plugins/webim/README.md)
|
||||
* [WebSocket Server](plugins/web-socket-server/README.md)
|
||||
* [Wechat](plugins/wechat/README.md)
|
||||
* [WheelSelector Plugin](plugins/wheel-selector/README.md)
|
||||
* [WifiWizard2](plugins/wifi-wizard-2/README.md)
|
||||
* [Youtube Video Player](plugins/youtube-video-player/README.md)
|
||||
* [ZBar](plugins/zbar/README.md)
|
||||
* [Zeroconf](plugins/zeroconf/README.md)
|
||||
* [Zip](plugins/zip/README.md)
|
||||
* [Zoom](plugins/zoom/README.md)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"url": "https://context7.com/llmstxt/danielsogl_gitbook_io_awesome-cordova-plugins_llms-full_txt",
|
||||
"public_key": "pk_q1k2xnfWMMlbrf5AoH6Ga"
|
||||
}
|
||||
+40
-41
@@ -1,87 +1,86 @@
|
||||
---
|
||||
description: >-
|
||||
Frequently asked questions about Awesome Cordova Plugins — troubleshooting
|
||||
builds, resolving plugin conflicts, and recommended upgrade strategies.
|
||||
---
|
||||
|
||||
# FAQ
|
||||
|
||||
### [Cordova Management Tips](https://ionicframework.com/docs/native/community#cordova-management-tips) <a id="cordova-management-tips"></a>
|
||||
## Cordova Management Tips
|
||||
|
||||
**1\) Use the** [**Ionic CLI**](https://ionicframework.com/docs/cli) **to add/update/delete plugins.**
|
||||
**1) Use the [Ionic CLI](https://ionicframework.com/docs/cli) to add/update/delete plugins.**
|
||||
|
||||
Instead of directly editing `config.xml` and `package.json`. Use `ionic` in front of Cordova commands for a better experience and additional functionality \(`ionic cordova build ios` instead of `cordova build ios`\).
|
||||
Instead of directly editing `config.xml` and `package.json`. Use `ionic` in front of Cordova commands for a better experience and additional functionality (`ionic cordova build ios` instead of `cordova build ios`).
|
||||
|
||||
**2\) Upgrade plugins by removing, then re-adding them.**
|
||||
**2) Upgrade plugins by removing, then re-adding them.**
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin remove cordova-plugin-camera
|
||||
$ ionic cordova plugin add cordova-plugin-camera
|
||||
```bash
|
||||
ionic cordova plugin remove cordova-plugin-camera
|
||||
ionic cordova plugin add cordova-plugin-camera
|
||||
```
|
||||
|
||||
**3\) Install explicit versions.**
|
||||
**3) Install explicit versions.**
|
||||
|
||||
To ensure that the same version of a plugin is always installed via `npm install`, specify the version number:
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-camera@4.3.2
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-camera@4.3.2
|
||||
```
|
||||
|
||||
**4\) Restore Cordova in an existing Ionic project**
|
||||
**4) Restore Cordova in an existing Ionic project**
|
||||
|
||||
Useful when adding new developers to a project. `ionic cordova prepare` restores platforms and plugins from `package.json` and `config.xml`. The version to be installed is taken from `package.json` or `config.xml`, if found in those files. In case of conflicts, `package.json` is given precedence over `config.xml`.
|
||||
|
||||
**5\) Troubleshoot Cordova issues with Ionic CLI commands**
|
||||
**5) Troubleshoot Cordova issues with Ionic CLI commands**
|
||||
|
||||
* `ionic doctor list`: Detects [common issues](https://ionicframework.com/docs/cli/commands/doctor-list) and suggests steps to fix them
|
||||
* `ionic repair`: Remove, then [regenerate](https://ionicframework.com/docs/cli/commands/repair) all dependencies
|
||||
|
||||
### [Understanding Version Numbers](https://ionicframework.com/docs/native/community#understanding-version-numbers) <a id="understanding-version-numbers"></a>
|
||||
## Understanding Version Numbers
|
||||
|
||||
For any given Ionic Native plugin, the Ionic Native \(TypeScript code\) and Cordova \(native code\) version numbers will not match. The Ionic Native version number is found in `package.json`:
|
||||
For any given plugin, the Awesome Cordova Plugins (TypeScript code) and Cordova (native code) version numbers will not match. The Awesome Cordova Plugins version number is found in `package.json`:
|
||||
|
||||
```text
|
||||
"@ionic-native/camera": "^5.3.0",
|
||||
```json
|
||||
"@awesome-cordova-plugins/camera": "^6.0.0"
|
||||
```
|
||||
|
||||
CopyCopied
|
||||
|
||||
The Cordova plugin version number is found in both `package.json` and `config.xml`:
|
||||
|
||||
```text
|
||||
"cordova-plugin-camera": "4.0.3",
|
||||
```json
|
||||
"cordova-plugin-camera": "4.0.3"
|
||||
```
|
||||
|
||||
CopyCopied
|
||||
|
||||
```text
|
||||
```xml
|
||||
<plugin name="cordova-plugin-camera" spec="4.0.3" />
|
||||
```
|
||||
|
||||
CopyCopied
|
||||
When checking for new native functionality or bug fixes, look for new versions on the Cordova plugin GitHub page itself (here's the [Camera one](https://github.com/apache/cordova-plugin-camera), for example).
|
||||
|
||||
When checking for new native functionality or bug fixes, look for new versions on the Cordova plugin GitHub page itself \(here's the [Camera one](https://github.com/apache/cordova-plugin-camera), for example\).
|
||||
To check for new Awesome Cordova Plugins releases (may include exposing methods recently added by the Cordova plugin, etc.), see the [releases page](https://github.com/danielsogl/awesome-cordova-plugins/releases).
|
||||
|
||||
To check for new Ionic Native releases \(may include exposing methods recently added by the Cordova plugin, etc.\), see [here](https://github.com/ionic-team/ionic-native/releases).
|
||||
## Troubleshooting Failed Builds
|
||||
|
||||
### [Troubleshooting Failed Builds](https://ionicframework.com/docs/native/community#troubleshooting-failed-builds) <a id="troubleshooting-failed-builds"></a>
|
||||
|
||||
Research the build error\(s\) by checking out these resources:
|
||||
Research the build error(s) by checking out these resources:
|
||||
|
||||
* Google & [StackOverflow](https://stackoverflow.com/): Many issues are documented online
|
||||
* Ask the [Ionic Community Ionic Forum](https://forum.ionicframework.com/) \(see the Ionic Native category\)
|
||||
* See the Ionic Customer Success [Knowledge Base](https://ionic.zendesk.com/)
|
||||
* Ask the [Ionic Community Forum](https://forum.ionicframework.com/)
|
||||
* Check the plugin's GitHub issues page
|
||||
|
||||
#### [Cordova Plugin Conflicts](https://ionicframework.com/docs/native/community#cordova-plugin-conflicts) <a id="cordova-plugin-conflicts"></a>
|
||||
### Cordova Plugin Conflicts
|
||||
|
||||
Plugins can conflict with each other when they share the same underlying native dependencies or when more than one plugin tries to access the same native code at once. For example, common libraries like the Google Play Services version \(Google Maps is using GPS v24.2 but Firebase wants GPS v27.1\). Keeping these plugins updated regularly can help with this.
|
||||
Plugins can conflict with each other when they share the same underlying native dependencies or when more than one plugin tries to access the same native code at once. For example, common libraries like the Google Play Services version (Google Maps is using GPS v24.2 but Firebase wants GPS v27.1). Keeping these plugins updated regularly can help with this.
|
||||
|
||||
Another tip is to ensure that your app uses only one plugin per specific feature/functionality \(example: Push Notifications\).
|
||||
Another tip is to ensure that your app uses only one plugin per specific feature/functionality (example: Push Notifications).
|
||||
|
||||
### [Recommended Upgrade Strategy](https://ionicframework.com/docs/native/community#recommended-upgrade-strategy) <a id="recommended-upgrade-strategy"></a>
|
||||
## Recommended Upgrade Strategy
|
||||
|
||||
The most Ionic stable apps are routinely updated, especially at the native layer. Keeping native plugins up to date ensures your project has the latest security fixes, new features, and improved performance.
|
||||
The most stable apps are routinely updated, especially at the native layer. Keeping native plugins up to date ensures your project has the latest security fixes, new features, and improved performance.
|
||||
|
||||
Update your project's plugins one at a time, ideally in separate code branches. This reduces the surface area that issues can arise from - if you update everything in your project at once, it's sometimes hard to tell where the problem stems from.
|
||||
Update your project's plugins one at a time, ideally in separate code branches. This reduces the surface area that issues can arise from — if you update everything in your project at once, it's sometimes hard to tell where the problem stems from.
|
||||
|
||||
#### [When should I update?](https://ionicframework.com/docs/native/community#when-should-i-update-) <a id="when-should-i-update-"></a>
|
||||
### When should I update?
|
||||
|
||||
* When a new feature/bug is released: Run `npm outdated` to see a list of available updates.
|
||||
* When new major versions are released: Official blogs, such as the [Cordova blog](https://cordova.apache.org/blog/)and [Ionic blog](https://ionicframework.com/blog/), will publish announcements and news.
|
||||
* When a new feature/bug fix is released: Run `npm outdated` to see a list of available updates.
|
||||
* When new major versions are released: Official blogs, such as the [Cordova blog](https://cordova.apache.org/blog/) and [Ionic blog](https://ionicframework.com/blog/), will publish announcements and news.
|
||||
* Evaluate the nature of the update: is it a shiny new feature or critical security fix?
|
||||
* Timing: Where does it fit in against your team's project goals?
|
||||
|
||||
|
||||
+17
-16
@@ -1,22 +1,24 @@
|
||||
---
|
||||
description: >-
|
||||
How to install Awesome Cordova Plugins in Angular, React, and TypeScript
|
||||
projects using Cordova or Capacitor.
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
||||
[Apache Cordova](https://cordova.apache.org/) is an open source native runtime that allows developers to build native mobile apps with HTML, CSS, and JavaScript. Similar to [Capacitor](https://capacitorjs.com/), Ionic’s own native runtime, Cordova allows developers to access native device features, such as camera, keyboard, and geolocation, using a system of plugins. A plugin is a small amount of add-on code that provides JavaScript interface to native components. They allow your app to use native device capabilities beyond what is available to pure web apps.
|
||||
[Apache Cordova](https://cordova.apache.org/) is an open source native runtime that allows developers to build native mobile apps with HTML, CSS, and JavaScript. Similar to [Capacitor](https://capacitorjs.com/), Ionic's own native runtime, Cordova allows developers to access native device features, such as camera, keyboard, and geolocation, using a system of plugins. A plugin is a small amount of add-on code that provides JavaScript interface to native components. They allow your app to use native device capabilities beyond what is available to pure web apps.
|
||||
|
||||
For developers using Ionic with Cordova, our team has developed a collection of TypeScript wrappers for open source Cordova plugins that make it easy to add native functionality to any Ionic app. See [Ionic Native](https://github.com/ionic-team/ionic-native).
|
||||
These plugins are submitted and maintained by the community. While community members are generally quick to find and fix issues, certain plugins may not function properly.
|
||||
|
||||
These plugins are submitted and maintained by the Ionic community. While community members are generally quick to find and fix issues, certain plugins may not function properly.
|
||||
## Capacitor Support
|
||||
|
||||
For professional developers and teams that require dedicated native plugin support & SLAs, ongoing maintenance, and security patches, please explore our [premium options](https://ionicframework.com/native), including plugin support and pre-built solutions for common native use cases.
|
||||
In addition to Cordova, Awesome Cordova Plugins also works with [Capacitor](https://capacitorjs.com/), Ionic's official native runtime. Basic usage below. For complete details, [see the Capacitor documentation](https://capacitorjs.com/docs/plugins/cordova).
|
||||
|
||||
### [Capacitor Support](https://ionicframework.com/docs/native/community#capacitor-support) <a id="capacitor-support"></a>
|
||||
## Usage
|
||||
|
||||
In addition to Cordova, Awesome Cordova Plugins also works with [Capacitor](https://capacitorjs.com/), Ionic's official native runtime. Basic usage below. For complete details, [see the Capacitor documentation](https://capacitorjs.com/docs/cordova/using-cordova-plugins).
|
||||
All plugins have two components — the native code (Cordova) and the TypeScript code (Awesome Cordova Plugins). Cordova plugins are also wrapped in a `Promise` or `Observable` in order to provide a common plugin interface and modernized development approach.
|
||||
|
||||
### [Usage](https://ionicframework.com/docs/native/community#usage) <a id="usage"></a>
|
||||
|
||||
All plugins have two components - the native code (Cordova) and the TypeScript code (Awesome Cordova Plugins). Cordova plugins are also wrapped in a `Promise` or `Observable` in order to provide a common plugin interface and modernized development approach.
|
||||
|
||||
Using the [Camera plugin](https://ionicframework.com/docs/native/camera) as an example, first install it:
|
||||
Using the [Camera plugin](plugins/camera/README.md) as an example, first install it:
|
||||
|
||||
```bash
|
||||
# Install Cordova plugin
|
||||
@@ -29,9 +31,9 @@ npm install @awesome-cordova-plugins/camera
|
||||
npm install @awesome-cordova-plugins/core
|
||||
```
|
||||
|
||||
Next, begin using the plugin, following the various framework usage options below. For FAQ, see [here](https://ionicframework.com/docs/native/faq).
|
||||
Next, begin using the plugin, following the various framework usage options below. For FAQ, see [here](faq.md).
|
||||
|
||||
### [Angular (Standalone)](https://ionicframework.com/docs/native/community#angular) <a id="angular"></a>
|
||||
## Angular (Standalone)
|
||||
|
||||
Angular apps can use either Cordova or Capacitor to build native mobile apps. Register the plugin as a provider in your application bootstrap. For Angular, the import path should end with `/ngx`. Angular's change detection is automatically handled.
|
||||
|
||||
@@ -80,7 +82,7 @@ export class PhotoService {
|
||||
}
|
||||
```
|
||||
|
||||
### [React](https://ionicframework.com/docs/native/community#react) <a id="react"></a>
|
||||
## React
|
||||
|
||||
React apps must use Capacitor to build native mobile apps. However, Awesome Cordova Plugins (and therefore, Cordova plugins) can still be used.
|
||||
|
||||
@@ -123,7 +125,7 @@ const Tab1: React.FC = () => {
|
||||
};
|
||||
```
|
||||
|
||||
### [ES2015+/TypeScript](https://ionicframework.com/docs/native/community#vanilla-javascript) <a id="vanilla-javascript"></a>
|
||||
## ES2015+/TypeScript
|
||||
|
||||
ES2015+ and TypeScript apps can use either Cordova or Capacitor to build native mobile apps. To use any plugin, import the class from the appropriate package and use its static methods:
|
||||
|
||||
@@ -136,4 +138,3 @@ document.addEventListener('deviceready', () => {
|
||||
.catch((e) => console.log('Error occurred while taking a picture', e));
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
+21
-11
@@ -1,20 +1,30 @@
|
||||
---
|
||||
description: >-
|
||||
Browse over 250 Cordova plugin wrappers for Ionic with TypeScript support.
|
||||
Each plugin includes installation instructions, supported platforms, and usage
|
||||
documentation.
|
||||
---
|
||||
|
||||
# Plugins
|
||||
|
||||
## 15.0.0 - 2042-12-03
|
||||
Browse the full list of available plugin wrappers in the sidebar. Each plugin page includes:
|
||||
|
||||
### Fixed
|
||||
- **Installation commands** for the Cordova plugin and TypeScript wrapper
|
||||
- **Link to the plugin repository** for native documentation
|
||||
- **Supported platforms** (Android, iOS, Browser, etc.)
|
||||
|
||||
* Removed humans, they weren't doing fine with animals.
|
||||
## Installing a Plugin
|
||||
|
||||
### Changed
|
||||
Every plugin requires two packages: the native Cordova plugin and the Awesome Cordova Plugins TypeScript wrapper.
|
||||
|
||||
* Animals are now super cute, all of them.
|
||||
|
||||
## 14.0.0 - 2042-10-06
|
||||
|
||||
### Added
|
||||
|
||||
* Introduced animals into the world, we believe they're going to be a neat addition.
|
||||
```bash
|
||||
# Install the Cordova plugin
|
||||
ionic cordova plugin add <cordova-plugin-name>
|
||||
|
||||
# Install the TypeScript wrapper
|
||||
npm install @awesome-cordova-plugins/<plugin-name>
|
||||
```
|
||||
|
||||
## Missing a Plugin?
|
||||
|
||||
If you can't find a plugin wrapper, [open an issue](https://github.com/danielsogl/awesome-cordova-plugins/issues) or [submit a PR](https://github.com/danielsogl/awesome-cordova-plugins/blob/main/DEVELOPER.md) to add it.
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# ABBYY Real-Time Recognition
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-abbyy-rtr-sdk
|
||||
$ npm install @awesome-cordova-plugins/abbyy-rtr
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/abbyy-rtr/)
|
||||
|
||||
Plugin Repo: [https://github.com/abbyysdk/RTR-SDK.Cordova](https://github.com/abbyysdk/RTR-SDK.Cordova)
|
||||
|
||||
This plugin allows to use the Text Capture and Data Capture features of ABBYY Real-Time Recognition SDK \(RTR SDK\) in apps.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
ABBYY Real-Time Recognition plugin for Cordova and Ionic. This plugin allows to use the Text Capture and Data Capture features of ABBYY Real-Time Recognition…
|
||||
---
|
||||
|
||||
# ABBYY Real-Time Recognition
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-abbyy-rtr-sdk
|
||||
$ npm install @awesome-cordova-plugins/abbyy-rtr
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/abbyy-rtr/)
|
||||
|
||||
Plugin Repo: [https://github.com/abbyysdk/RTR-SDK.Cordova](https://github.com/abbyysdk/RTR-SDK.Cordova)
|
||||
|
||||
This plugin allows to use the Text Capture and Data Capture features of
|
||||
ABBYY Real-Time Recognition SDK (RTR SDK) in apps.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-abbyy-rtr-sdk
|
||||
npm install @awesome-cordova-plugins/abbyy-rtr
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/abbyysdk/RTR-SDK.Cordova](https://github.com/abbyysdk/RTR-SDK.Cordova)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
# Action Sheet
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-actionsheet
|
||||
$ npm install @awesome-cordova-plugins/action-sheet
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/action-sheet/)
|
||||
|
||||
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
|
||||
|
||||
The ActionSheet plugin shows a native list of options the user can choose from.
|
||||
|
||||
Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* Browser
|
||||
* iOS
|
||||
* Windows
|
||||
* Windows Phone 8
|
||||
|
||||
@@ -1,19 +1,24 @@
|
||||
---
|
||||
description: >-
|
||||
Action Sheet plugin for Cordova and Ionic. The ActionSheet plugin shows a native list of options the user can choose from. Requires Cordova plugin:…
|
||||
---
|
||||
|
||||
# Action Sheet
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-actionsheet
|
||||
$ npm install @awesome-cordova-plugins/action-sheet
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/action-sheet/)
|
||||
|
||||
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
|
||||
|
||||
The ActionSheet plugin shows a native list of options the user can choose from.
|
||||
|
||||
Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-actionsheet
|
||||
npm install @awesome-cordova-plugins/action-sheet
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- Browser
|
||||
@@ -21,3 +26,7 @@ Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see
|
||||
- Windows
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
# AdjustAppStoreSubscription
|
||||
|
||||
plugin add com.adjust.sdk $ npm install @awesome-cordova-plugins/adjust
|
||||
|
||||
\`\`\`
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/adjust/)
|
||||
|
||||
Plugin Repo: [https://github.com/adjust/cordova\_sdk](https://github.com/adjust/cordova_sdk)
|
||||
|
||||
This is the Ionic Cordova SDK of Adjust™. You can read more about Adjust™ at adjust.com.
|
||||
|
||||
Requires Cordova plugin: `com.adjust.sdk`. For more info, please see the [Adjust Cordova SDK](https://github.com/adjust/cordova_sdk)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
Adjust plugin for Cordova and Ionic. This is the Ionic Cordova SDK of Adjust™. You can read more about Adjust™ at adjust.com. Requires Cordova plugin:…
|
||||
---
|
||||
|
||||
# Adjust
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add com.adjust.sdk
|
||||
$ npm install @awesome-cordova-plugins/adjust
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/adjust/)
|
||||
|
||||
Plugin Repo: [https://github.com/adjust/cordova_sdk](https://github.com/adjust/cordova_sdk)
|
||||
|
||||
This is the Ionic Cordova SDK of Adjust™. You can read more about Adjust™ at adjust.com.
|
||||
|
||||
Requires Cordova plugin: `com.adjust.sdk`. For more info, please see the [Adjust Cordova SDK](https://github.com/adjust/cordova_sdk)
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add com.adjust.sdk
|
||||
npm install @awesome-cordova-plugins/adjust
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/adjust/cordova_sdk](https://github.com/adjust/cordova_sdk)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
# RewardVideo
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-admob-plus
|
||||
$ npm install @awesome-cordova-plugins/admob-plus
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-plus/)
|
||||
|
||||
Plugin Repo:
|
||||
|
||||
b.com/admob-plus/admob-plus\]\([https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)\)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
n-admob-free, which provides a cleaner API and build with modern tools.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,16 +1,27 @@
|
||||
# AdMob
|
||||
---
|
||||
description: >-
|
||||
AdMob Plus plugin for Cordova and Ionic. AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
|
||||
---
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-admob-plus
|
||||
$ npm install @awesome-cordova-plugins/admob-plus
|
||||
# AdMob Plus
|
||||
|
||||
AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-admob-plus
|
||||
npm install @awesome-cordova-plugins/admob-plus
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-plus/)
|
||||
**Plugin Repo:** [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
|
||||
|
||||
Plugin Repo: [https://github.com/admob-plus/admob-plus](https://github.com/admob-plus/admob-plus)
|
||||
|
||||
## Supported platforms
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# AdMob Pro
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-admobpro
|
||||
$ npm install @awesome-cordova-plugins/admob-pro
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-pro/)
|
||||
|
||||
Plugin Repo: [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
|
||||
|
||||
Plugin for Google Ads, including AdMob / DFP \(DoubleClick for publisher\) and mediations to other Ad networks.
|
||||
|
||||
IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMobPro Free](https://github.com/danielsogl/awesome-cordova-plugins/tree/8516b357edaca8fc543713ba99c42cfde0225f86/docs/plugins/admob-free/README.md).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Windows Phone 8
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
---
|
||||
description: >-
|
||||
AdMob Pro plugin for Cordova and Ionic. Plugin for Google Ads, including AdMob / DFP (DoubleClick for publisher) and mediations to other Ad networks.…
|
||||
---
|
||||
|
||||
# AdMob Pro
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-admobpro
|
||||
$ npm install @awesome-cordova-plugins/admob-pro
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob-pro/)
|
||||
|
||||
Plugin Repo: [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
|
||||
|
||||
Plugin for Google Ads, including AdMob / DFP (DoubleClick for publisher) and mediations to other Ad networks.
|
||||
|
||||
IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMobPro Free](../admob-free).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-admobpro
|
||||
npm install @awesome-cordova-plugins/admob-pro
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/floatinghotpot/cordova-admob-pro](https://github.com/floatinghotpot/cordova-admob-pro)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# AdMob
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-admob
|
||||
$ npm install @awesome-cordova-plugins/admob
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob/)
|
||||
|
||||
Plugin Repo: [https://github.com/appfeel/admob-google-cordova](https://github.com/appfeel/admob-google-cordova)
|
||||
|
||||
Most complete Admob plugin with support for [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads. Monetize your apps and games with AdMob ads, using latest Google AdMob SDK. With this plugin you can show AdMob ads easily!
|
||||
|
||||
Supports:\*\*
|
||||
|
||||
* Banner ads \(top and bottom\)
|
||||
* Interstitial ads
|
||||
* Rewarded ads
|
||||
* [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Browser
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
AdMob plugin for Cordova and Ionic. Most complete Admob plugin with support for [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads.…
|
||||
---
|
||||
|
||||
# AdMob
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-admob
|
||||
$ npm install @awesome-cordova-plugins/admob
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/admob/)
|
||||
|
||||
Plugin Repo: [https://github.com/appfeel/admob-google-cordova](https://github.com/appfeel/admob-google-cordova)
|
||||
|
||||
Most complete Admob plugin with support for [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads.
|
||||
Monetize your apps and games with AdMob ads, using latest Google AdMob SDK. With this plugin you can show AdMob ads easily!
|
||||
|
||||
@@ -18,9 +14,22 @@ Supports:**
|
||||
- Rewarded ads
|
||||
- [Tappx](http://www.tappx.com/?h=dec334d63287772de859bdb4e977fce6) ads
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-admob
|
||||
npm install @awesome-cordova-plugins/admob
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/appfeel/admob-google-cordova](https://github.com/appfeel/admob-google-cordova)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Browser
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
AdvancedImagePicker plugin for Cordova and Ionic. This Cordova Plugin is for a better (multiple) ImagePicker with more options.
|
||||
---
|
||||
|
||||
# AdvancedImagePicker
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-advanced-imagepicker
|
||||
$ npm install @awesome-cordova-plugins/advanced-image-picker
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/advanced-image-picker/)
|
||||
|
||||
Plugin Repo: [https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker)
|
||||
|
||||
This Cordova Plugin is for a better (multiple) ImagePicker with more options.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-advanced-imagepicker
|
||||
npm install @awesome-cordova-plugins/advanced-image-picker
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# AES256
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-aes256-encryption
|
||||
$ npm install @awesome-cordova-plugins/aes-256
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/aes-256/)
|
||||
|
||||
Plugin Repo: [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
|
||||
|
||||
This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text. It's a cross-platform plugin which supports both Android and iOS. The encryption and decryption are performed on the device native layer so that the performance is much faster.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
AES256 plugin for Cordova and Ionic. This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text. It's a…
|
||||
---
|
||||
|
||||
# AES256
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-aes256-encryption
|
||||
$ npm install @awesome-cordova-plugins/aes-256
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/aes-256/)
|
||||
|
||||
Plugin Repo: [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
|
||||
|
||||
This cordova ionic plugin allows you to perform AES 256 encryption and decryption on the plain text.
|
||||
It's a cross-platform plugin which supports both Android and iOS.
|
||||
The encryption and decryption are performed on the device native layer so that the performance is much faster.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-aes256-encryption
|
||||
npm install @awesome-cordova-plugins/aes-256
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Ideas2IT/cordova-aes256](https://github.com/Ideas2IT/cordova-aes256)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Airship plugin for Cordova and Ionic. This plugin does something
|
||||
---
|
||||
|
||||
# Airship
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add @ua/cordova-airship
|
||||
$ npm install @awesome-cordova-plugins/airship
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/airship/)
|
||||
|
||||
Plugin Repo: [https://www.npmjs.com/package/@ua/cordova-airship](https://www.npmjs.com/package/@ua/cordova-airship)
|
||||
|
||||
This plugin does something
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add @ua/cordova-airship
|
||||
npm install @awesome-cordova-plugins/airship
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://www.npmjs.com/package/@ua/cordova-airship](https://www.npmjs.com/package/@ua/cordova-airship)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# AllInOneSDK
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-paytm-allinonesdk
|
||||
$ npm install @awesome-cordova-plugins/all-in-one-sdk
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/all-in-one-sdk/)
|
||||
|
||||
Plugin Repo: [https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git](https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git)
|
||||
|
||||
Paytm All-in-One SDK plugin for Cordova/Ionic Applications Paytm All-in-One SDK provides a swift, secure and seamless payment experience to your users by invoking the Paytm app \(if installed on your user’s smartphone\) to complete payment for your order. Paytm All-in-One SDK enables payment acceptance via Paytm wallet, Paytm Payments Bank, saved Debit/Credit cards, Net Banking, BHIM UPI and EMI as available in your customer’s Paytm account. If Paytm app is not installed on a customer's device, the transaction will be processed via web view within the All-in-One SDK. For more information about Paytm All-in-One SDK, please visit [https://developer.paytm.com/docs/all-in-one-sdk/hybrid-apps/cordova/](https://developer.paytm.com/docs/all-in-one-sdk/hybrid-apps/cordova/)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
---
|
||||
description: >-
|
||||
AllInOneSDK plugin for Cordova and Ionic. Paytm All-in-One SDK plugin for Cordova/Ionic Applications Paytm All-in-One SDK provides a swift, secure and…
|
||||
---
|
||||
|
||||
# AllInOneSDK
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-paytm-allinonesdk
|
||||
$ npm install @awesome-cordova-plugins/all-in-one-sdk
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/all-in-one-sdk/)
|
||||
|
||||
Plugin Repo: [https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git](https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git)
|
||||
|
||||
Paytm All-in-One SDK plugin for Cordova/Ionic Applications
|
||||
Paytm All-in-One SDK provides a swift, secure and seamless payment experience to your users by invoking the Paytm app (if installed on your user’s smartphone) to complete payment for your order.
|
||||
Paytm All-in-One SDK enables payment acceptance via Paytm wallet, Paytm Payments Bank, saved Debit/Credit cards, Net Banking, BHIM UPI and EMI as available in your customer’s Paytm account. If Paytm app is not installed on a customer's device, the transaction will be processed via web view within the All-in-One SDK.
|
||||
For more information about Paytm All-in-One SDK, please visit https://developer.paytm.com/docs/all-in-one-sdk/hybrid-apps/cordova/
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-paytm-allinonesdk
|
||||
npm install @awesome-cordova-plugins/all-in-one-sdk
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git](https://github.com/paytm/paytm-allinonesdk-ionic-cordova.git)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# Analytics Firebase
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-analytics
|
||||
$ npm install @awesome-cordova-plugins/analytics-firebase
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/analytics-firebase/)
|
||||
|
||||
Plugin Repo: [https://github.com/appfeel/analytics-google](https://github.com/appfeel/analytics-google)
|
||||
|
||||
Google Analytics Firebase plugin for Ionic Native apps.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Analytics Firebase plugin for Cordova and Ionic. Google Analytics Firebase plugin for Ionic Native apps.
|
||||
---
|
||||
|
||||
# Analytics Firebase
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-analytics
|
||||
$ npm install @awesome-cordova-plugins/analytics-firebase
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/analytics-firebase/)
|
||||
|
||||
Plugin Repo: [https://github.com/appfeel/analytics-google](https://github.com/appfeel/analytics-google)
|
||||
|
||||
Google Analytics Firebase plugin for Ionic Native apps.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-analytics
|
||||
npm install @awesome-cordova-plugins/analytics-firebase
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/appfeel/analytics-google](https://github.com/appfeel/analytics-google)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
# Android ExoPlayer
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-exoplayer
|
||||
$ npm install @awesome-cordova-plugins/android-exoplayer
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-exoplayer/)
|
||||
|
||||
Plugin Repo: [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
|
||||
|
||||
Cordova media player plugin using Google's ExoPlayer framework.
|
||||
|
||||
[https://github.com/google/ExoPlayer](https://github.com/google/ExoPlayer)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Android ExoPlayer plugin for Cordova and Ionic. Cordova media player plugin using Google's ExoPlayer framework. https://github.com/google/ExoPlayer
|
||||
---
|
||||
|
||||
# Android ExoPlayer
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-exoplayer
|
||||
$ npm install @awesome-cordova-plugins/android-exoplayer
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-exoplayer/)
|
||||
|
||||
Plugin Repo: [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
|
||||
|
||||
Cordova media player plugin using Google's ExoPlayer framework.
|
||||
|
||||
https://github.com/google/ExoPlayer
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-exoplayer
|
||||
npm install @awesome-cordova-plugins/android-exoplayer
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Android Full Screen
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-fullscreen
|
||||
$ npm install @awesome-cordova-plugins/android-full-screen
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-full-screen/)
|
||||
|
||||
Plugin Repo: [https://github.com/mesmotronic/cordova-plugin-fullscreen](https://github.com/mesmotronic/cordova-plugin-fullscreen)
|
||||
|
||||
This plugin enables developers to offer users a true full screen experience in their Cordova and PhoneGap apps for Android. Using Android 4.0+, you can use true full screen in "lean mode", the way you see in apps like YouTube, expanding the app right to the edges of the screen, hiding the status and navigation bars until the user next interacts. This is ideally suited to video or cut-scene content. In Android 4.4+, however, you can now enter true full screen, fully interactive immersive mode. In this mode, your app will remain in true full screen until you choose otherwise; users can swipe down from the top of the screen to temporarily display the system UI.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Android Full Screen plugin for Cordova and Ionic. This plugin enables developers to offer users a true full screen experience in their Cordova and PhoneGap…
|
||||
---
|
||||
|
||||
# Android Full Screen
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-fullscreen
|
||||
$ npm install @awesome-cordova-plugins/android-full-screen
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-full-screen/)
|
||||
|
||||
Plugin Repo: [https://github.com/mesmotronic/cordova-plugin-fullscreen](https://github.com/mesmotronic/cordova-plugin-fullscreen)
|
||||
|
||||
This plugin enables developers to offer users a true full screen experience in their Cordova and PhoneGap apps for Android.
|
||||
Using Android 4.0+, you can use true full screen in "lean mode", the way you see in apps like YouTube, expanding the app right to the edges of the screen, hiding the status and navigation bars until the user next interacts. This is ideally suited to video or cut-scene content.
|
||||
In Android 4.4+, however, you can now enter true full screen, fully interactive immersive mode. In this mode, your app will remain in true full screen until you choose otherwise; users can swipe down from the top of the screen to temporarily display the system UI.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-fullscreen
|
||||
npm install @awesome-cordova-plugins/android-full-screen
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/mesmotronic/cordova-plugin-fullscreen](https://github.com/mesmotronic/cordova-plugin-fullscreen)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Android Notch
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-android-notch
|
||||
$ npm install @awesome-cordova-plugins/android-notch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-notch/)
|
||||
|
||||
Plugin Repo: [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
|
||||
|
||||
This plugin enables developers to get the cutout and android devices inset sizes It is based on the cordova plugin developed by @tobspr: [https://github.com/tobspr/cordova-plugin-android-notch](https://github.com/tobspr/cordova-plugin-android-notch) This plugin works on all android versions, but we can only detect notches starting from Android 9.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Android Notch plugin for Cordova and Ionic. This plugin enables developers to get the cutout and android devices inset sizes It is based on the cordova plugin…
|
||||
---
|
||||
|
||||
# Android Notch
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-android-notch
|
||||
$ npm install @awesome-cordova-plugins/android-notch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-notch/)
|
||||
|
||||
Plugin Repo: [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
|
||||
|
||||
This plugin enables developers to get the cutout and android devices inset sizes
|
||||
It is based on the cordova plugin developed by @tobspr: https://github.com/tobspr/cordova-plugin-android-notch
|
||||
This plugin works on all android versions, but we can only detect notches starting from Android 9.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-android-notch
|
||||
npm install @awesome-cordova-plugins/android-notch
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/tobspr/cordova-plugin-android-notch.git](https://github.com/tobspr/cordova-plugin-android-notch.git)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
# Android Permissions
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-android-permissions
|
||||
$ npm install @awesome-cordova-plugins/android-permissions
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-permissions/)
|
||||
|
||||
Plugin Repo: [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)
|
||||
|
||||
This plugin is designed to support Android new permissions checking mechanism.
|
||||
|
||||
You can find all permissions here: [https://developer.android.com/reference/android/Manifest.permission.html](https://developer.android.com/reference/android/Manifest.permission.html)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Android Permissions plugin for Cordova and Ionic. This plugin is designed to support Android new permissions checking mechanism. You can find all permissions…
|
||||
---
|
||||
|
||||
# Android Permissions
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-android-permissions
|
||||
$ npm install @awesome-cordova-plugins/android-permissions
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-permissions/)
|
||||
|
||||
Plugin Repo: [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)
|
||||
|
||||
This plugin is designed to support Android new permissions checking mechanism.
|
||||
|
||||
You can find all permissions here: https://developer.android.com/reference/android/Manifest.permission.html
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-android-permissions
|
||||
npm install @awesome-cordova-plugins/android-permissions
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# Anyline
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add io-anyline-cordova
|
||||
$ npm install @awesome-cordova-plugins/anyline
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/anyline/)
|
||||
|
||||
Plugin Repo: [https://github.com/Anyline/anyline-ocr-cordova-module](https://github.com/Anyline/anyline-ocr-cordova-module)
|
||||
|
||||
Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition \(OCR\) on mobile devices.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Anyline plugin for Cordova and Ionic. Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.
|
||||
---
|
||||
|
||||
# Anyline
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add io-anyline-cordova
|
||||
$ npm install @awesome-cordova-plugins/anyline
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/anyline/)
|
||||
|
||||
Plugin Repo: [https://github.com/Anyline/anyline-ocr-cordova-module](https://github.com/Anyline/anyline-ocr-cordova-module)
|
||||
|
||||
Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add io-anyline-cordova
|
||||
npm install @awesome-cordova-plugins/anyline
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Anyline/anyline-ocr-cordova-module](https://github.com/Anyline/anyline-ocr-cordova-module)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# App Availability
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-appavailability
|
||||
$ npm install @awesome-cordova-plugins/app-availability
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-availability/)
|
||||
|
||||
Plugin Repo: [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
|
||||
|
||||
This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme \(e.g. twitter://\) on iOS or a Package Name \(e.g com.twitter.android\) on Android.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
App Availability plugin for Cordova and Ionic. This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme (e.g.…
|
||||
---
|
||||
|
||||
# App Availability
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-appavailability
|
||||
$ npm install @awesome-cordova-plugins/app-availability
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-availability/)
|
||||
|
||||
Plugin Repo: [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
|
||||
|
||||
This plugin allows you to check if an app is installed on the user's device. It requires an URI Scheme (e.g. twitter://) on iOS or a Package Name (e.g com.twitter.android) on Android.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-appavailability. For more info, please see the [AppAvailability plugin docs](https://github.com/ohh2ahh/AppAvailability).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-appavailability
|
||||
npm install @awesome-cordova-plugins/app-availability
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/ohh2ahh/AppAvailability](https://github.com/ohh2ahh/AppAvailability)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# App Center Analytics
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-analytics
|
||||
$ npm install @awesome-cordova-plugins/app-center-analytics
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-analytics/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics)
|
||||
|
||||
App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count and device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
|
||||
|
||||
For more info, please see [https://docs.microsoft.com/en-us/appcenter/sdk/analytics/cordova](https://docs.microsoft.com/en-us/appcenter/sdk/analytics/cordova)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
App Center Analytics plugin for Cordova and Ionic. App Center Analytics helps you understand user behavior and customer engagement to improve your app. The…
|
||||
---
|
||||
|
||||
# App Center Analytics
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-analytics
|
||||
$ npm install @awesome-cordova-plugins/app-center-analytics
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-analytics/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics)
|
||||
|
||||
App Center Analytics helps you understand user behavior and customer engagement to improve your app.
|
||||
The SDK automatically captures session count and device properties like model, OS version, etc.
|
||||
You can define your own custom events to measure things that matter to you.
|
||||
@@ -16,8 +12,21 @@ All the information captured is available in the App Center portal for you to an
|
||||
|
||||
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/analytics/cordova
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-appcenter-analytics
|
||||
npm install @awesome-cordova-plugins/app-center-analytics
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-analytics)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# App Center Crashes
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-crashes
|
||||
$ npm install @awesome-cordova-plugins/app-center-crashes
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-crashes/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
|
||||
|
||||
App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count and device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
|
||||
|
||||
For more info, please see [https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova](https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
App Center Crashes plugin for Cordova and Ionic. App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK…
|
||||
---
|
||||
|
||||
# App Center Crashes
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-crashes
|
||||
$ npm install @awesome-cordova-plugins/app-center-crashes
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-crashes/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
|
||||
|
||||
App Center Analytics helps you understand user behavior and customer engagement to improve your app.
|
||||
The SDK automatically captures session count and device properties like model, OS version, etc.
|
||||
You can define your own custom events to measure things that matter to you.
|
||||
@@ -16,8 +12,21 @@ All the information captured is available in the App Center portal for you to an
|
||||
|
||||
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/crashes/cordova
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-appcenter-crashes
|
||||
npm install @awesome-cordova-plugins/app-center-crashes
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-crashes)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# App Center Low Memory
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
|
||||
$ npm install @awesome-cordova-plugins/app-center-low-memory
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-low-memory/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
|
||||
|
||||
Generates a low memory warning. For more info, please see: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
App Center Low Memory plugin for Cordova and Ionic. Generates a low memory warning. For more info, please see:…
|
||||
---
|
||||
|
||||
# App Center Low Memory
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
|
||||
$ npm install @awesome-cordova-plugins/app-center-low-memory
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-low-memory/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
|
||||
|
||||
Generates a low memory warning.
|
||||
For more info, please see: https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory
|
||||
npm install @awesome-cordova-plugins/app-center-low-memory
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-generate-low-memory)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# App Center Push
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-push
|
||||
$ npm install @awesome-cordova-plugins/app-center-push
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-push/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push)
|
||||
|
||||
For more info, please see [https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova](https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
App Center Push plugin for Cordova and Ionic. For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova
|
||||
---
|
||||
|
||||
# App Center Push
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-push
|
||||
$ npm install @awesome-cordova-plugins/app-center-push
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-push/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push)
|
||||
|
||||
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/push/cordova
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-appcenter-push
|
||||
npm install @awesome-cordova-plugins/app-center-push
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-push)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# App Center Shared
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-shared
|
||||
$ npm install @awesome-cordova-plugins/app-center-shared
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-shared/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared)
|
||||
|
||||
Exposes additional shared APIs for App Center.
|
||||
|
||||
For more info, please see [https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/cordova](https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/cordova)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
App Center Shared plugin for Cordova and Ionic. Exposes additional shared APIs for App Center. For more info, please see…
|
||||
---
|
||||
|
||||
# App Center Shared
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-appcenter-shared
|
||||
$ npm install @awesome-cordova-plugins/app-center-shared
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-center-shared/)
|
||||
|
||||
Plugin Repo: [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared)
|
||||
|
||||
Exposes additional shared APIs for App Center.
|
||||
|
||||
For more info, please see https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/cordova
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-appcenter-shared
|
||||
npm install @awesome-cordova-plugins/app-center-shared
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared](https://github.com/Microsoft/appcenter-sdk-cordova/tree/master/cordova-plugin-appcenter-shared)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
# App Preferences
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-app-preferences
|
||||
$ npm install @awesome-cordova-plugins/app-preferences
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-preferences/)
|
||||
|
||||
Plugin Repo: [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
|
||||
|
||||
This plugin allows you to read and write app preferences
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* BlackBerry 10
|
||||
* Browser
|
||||
* iOS
|
||||
* macOS
|
||||
* Windows 8
|
||||
* Windows Phone
|
||||
|
||||
@@ -1,17 +1,22 @@
|
||||
---
|
||||
description: >-
|
||||
App Preferences plugin for Cordova and Ionic. This plugin allows you to read and write app preferences
|
||||
---
|
||||
|
||||
# App Preferences
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-app-preferences
|
||||
$ npm install @awesome-cordova-plugins/app-preferences
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-preferences/)
|
||||
|
||||
Plugin Repo: [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
|
||||
|
||||
This plugin allows you to read and write app preferences
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-app-preferences
|
||||
npm install @awesome-cordova-plugins/app-preferences
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- BlackBerry 10
|
||||
@@ -21,3 +26,7 @@ This plugin allows you to read and write app preferences
|
||||
- Windows 8
|
||||
- Windows Phone
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
# App Rate
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-apprate
|
||||
$ npm install @awesome-cordova-plugins/app-rate
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-rate/)
|
||||
|
||||
Plugin Repo: [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
|
||||
|
||||
The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-apprate. For more info, please see the [AppRate plugin docs](https://github.com/pushandplay/cordova-plugin-apprate).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* BlackBerry 10
|
||||
* iOS
|
||||
* Windows
|
||||
|
||||
@@ -1,22 +1,31 @@
|
||||
---
|
||||
description: >-
|
||||
App Rate plugin for Cordova and Ionic. The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never. Requires Cordova…
|
||||
---
|
||||
|
||||
# App Rate
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-apprate
|
||||
$ npm install @awesome-cordova-plugins/app-rate
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-rate/)
|
||||
|
||||
Plugin Repo: [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
|
||||
|
||||
The AppRate plugin makes it easy to prompt the user to rate your app, either now, later, or never.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-apprate. For more info, please see the [AppRate plugin docs](https://github.com/pushandplay/cordova-plugin-apprate).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-apprate
|
||||
npm install @awesome-cordova-plugins/app-rate
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/pushandplay/cordova-plugin-apprate](https://github.com/pushandplay/cordova-plugin-apprate)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- BlackBerry 10
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
App Review plugin for Cordova and Ionic. Cordova plugin to review app
|
||||
---
|
||||
|
||||
# App Review
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-app-review
|
||||
$ npm install @awesome-cordova-plugins/app-review
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-review/)
|
||||
|
||||
Plugin Repo: [https://github.com/chemerisuk/cordova-plugin-app-review](https://github.com/chemerisuk/cordova-plugin-app-review)
|
||||
|
||||
Cordova plugin to review app
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-app-review
|
||||
npm install @awesome-cordova-plugins/app-review
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/chemerisuk/cordova-plugin-app-review](https://github.com/chemerisuk/cordova-plugin-app-review)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# App Version
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-app-version
|
||||
$ npm install @awesome-cordova-plugins/app-version
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-version/)
|
||||
|
||||
Plugin Repo: [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
|
||||
|
||||
Reads the version of your app from the target build settings.
|
||||
|
||||
Requires Cordova plugin: `cordova-plugin-app-version`. For more info, please see the [Cordova App Version docs](https://github.com/whiteoctober/cordova-plugin-app-version).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Windows
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
---
|
||||
description: >-
|
||||
App Version plugin for Cordova and Ionic. Reads the version of your app from the target build settings. Requires Cordova plugin:…
|
||||
---
|
||||
|
||||
# App Version
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-app-version
|
||||
$ npm install @awesome-cordova-plugins/app-version
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-version/)
|
||||
|
||||
Plugin Repo: [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
|
||||
|
||||
Reads the version of your app from the target build settings.
|
||||
|
||||
Requires Cordova plugin: `cordova-plugin-app-version`. For more info, please see the [Cordova App Version docs](https://github.com/whiteoctober/cordova-plugin-app-version).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-app-version
|
||||
npm install @awesome-cordova-plugins/app-version
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/whiteoctober/cordova-plugin-app-version](https://github.com/whiteoctober/cordova-plugin-app-version)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Apple Wallet
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-apple-wallet
|
||||
$ npm install @awesome-cordova-plugins/apple-wallet
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/apple-wallet/)
|
||||
|
||||
Plugin Repo: [https://github.com/tomavic/cordova-apple-wallet](https://github.com/tomavic/cordova-apple-wallet)
|
||||
|
||||
A Cordova plugin that enables users from Add Payment Cards to their Apple Wallet.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
|
||||
@@ -1,17 +1,26 @@
|
||||
---
|
||||
description: >-
|
||||
Apple Wallet plugin for Cordova and Ionic. A Cordova plugin that enables users from Add Payment Cards to their Apple Wallet.
|
||||
---
|
||||
|
||||
# Apple Wallet
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-apple-wallet
|
||||
$ npm install @awesome-cordova-plugins/apple-wallet
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/apple-wallet/)
|
||||
|
||||
Plugin Repo: [https://github.com/tomavic/cordova-apple-wallet](https://github.com/tomavic/cordova-apple-wallet)
|
||||
|
||||
A Cordova plugin that enables users from Add Payment Cards to their Apple Wallet.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-apple-wallet
|
||||
npm install @awesome-cordova-plugins/apple-wallet
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/tomavic/cordova-apple-wallet](https://github.com/tomavic/cordova-apple-wallet)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Applovin plugin for Cordova and Ionic. This plugin allows you to easily configure, integrate and interact with Applovin ads.
|
||||
---
|
||||
|
||||
# Applovin
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-applovin-max
|
||||
$ npm install @awesome-cordova-plugins/applovin
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/applovin/)
|
||||
|
||||
Plugin Repo: [https://github.com/AppLovin/AppLovin-MAX-Cordova](https://github.com/AppLovin/AppLovin-MAX-Cordova)
|
||||
|
||||
This plugin allows you to easily configure, integrate and interact with Applovin ads.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-applovin-max
|
||||
npm install @awesome-cordova-plugins/applovin
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/AppLovin/AppLovin-MAX-Cordova](https://github.com/AppLovin/AppLovin-MAX-Cordova)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# HTTP
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-approov-advanced-http
|
||||
$ npm install @awesome-cordova-plugins/approov-advanced-http
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/approov-advanced-http/)
|
||||
|
||||
Plugin Repo: [https://github.com/approov/quickstart-ionic-advancedhttp](https://github.com/approov/quickstart-ionic-advancedhttp)
|
||||
|
||||
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
|
||||
|
||||
Advantages over Javascript requests:
|
||||
|
||||
* SSL / TLS Pinning
|
||||
* CORS restrictions do not apply
|
||||
* Handling of HTTP code 401 - read more at [Issue CB-2415](https://issues.apache.org/jira/browse/CB-2415)
|
||||
|
||||
Note: This plugin extends the pre-existing [cordova-advanced-http-plugin](https://github.com/silkimen/cordova-plugin-advanced-http), we have only added approov functionality on top of it. All credit goes to the actual plugin developer.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
HTTP plugin for Cordova and Ionic. Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android. Advantages over Javascript…
|
||||
---
|
||||
|
||||
# HTTP
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add @approov/cordova-plugin-advanced-http
|
||||
$ npm install @awesome-cordova-plugins/approov-advanced-http
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/approov-advanced-http/)
|
||||
|
||||
Plugin Repo: [https://github.com/approov/quickstart-cordova-advancedhttp](https://github.com/approov/quickstart-cordova-advancedhttp)
|
||||
|
||||
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
|
||||
|
||||
Advantages over Javascript requests:
|
||||
@@ -19,8 +15,21 @@ Advantages over Javascript requests:
|
||||
Note: This plugin extends the pre-existing [cordova-advanced-http-plugin](https://github.com/silkimen/cordova-plugin-advanced-http),
|
||||
we have only added approov functionality on top of it. All credit goes to the actual plugin developer.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add @approov/cordova-plugin-advanced-http
|
||||
npm install @awesome-cordova-plugins/approov-advanced-http
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/approov/quickstart-cordova-advancedhttp](https://github.com/approov/quickstart-cordova-advancedhttp)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# Appsflyer
|
||||
|
||||
```text
|
||||
$ Add to config.xml like stated on github and then start
|
||||
$ npm install @awesome-cordova-plugins/appsflyer
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/appsflyer/)
|
||||
|
||||
Plugin Repo: [https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk](https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk)
|
||||
|
||||
Appsflyer Cordova SDK support for Attribution
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
* Android
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Appsflyer plugin for Cordova and Ionic. Appsflyer Cordova SDK support for Attribution
|
||||
---
|
||||
|
||||
# Appsflyer
|
||||
|
||||
```
|
||||
$ Add to config.xml like stated on github and then start
|
||||
$ npm install @awesome-cordova-plugins/appsflyer
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/appsflyer/)
|
||||
|
||||
Plugin Repo: [https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk](https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk)
|
||||
|
||||
Appsflyer Cordova SDK support for Attribution
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
Add to config.xml like stated on github and then start
|
||||
npm install @awesome-cordova-plugins/appsflyer
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk](https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
Audio Management plugin for Cordova and Ionic. A Cordova plugin to manage volume of audio streams for: ring, music, notification and system. Possible ringer…
|
||||
---
|
||||
|
||||
# Audio Management
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add clovelced-plugin-audiomanagement
|
||||
$ npm install @awesome-cordova-plugins/audio-management
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/audio-management/)
|
||||
|
||||
Plugin Repo: [https://github.com/clovelCed/cordova-plugin-audiomanagement](https://github.com/clovelCed/cordova-plugin-audiomanagement)
|
||||
|
||||
A Cordova plugin to manage volume of audio streams for: ring, music, notification and system. Possible
|
||||
ringer values for those streams are: silent, vibrate and normal.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add clovelced-plugin-audiomanagement
|
||||
npm install @awesome-cordova-plugins/audio-management
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/clovelCed/cordova-plugin-audiomanagement](https://github.com/clovelCed/cordova-plugin-audiomanagement)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Background Fetch
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-background-fetch
|
||||
$ npm install @awesome-cordova-plugins/background-fetch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-fetch/)
|
||||
|
||||
Plugin Repo: [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
|
||||
|
||||
iOS Background Fetch Implementation. See: [https://developer.apple.com/reference/uikit/uiapplication\#1657399](https://developer.apple.com/reference/uikit/uiapplication#1657399) iOS Background Fetch is basically an API which wakes up your app about every 15 minutes \(during the user's prime-time hours\) and provides your app exactly 30s of background running-time. This plugin will execute your provided callbackFn whenever a background-fetch event occurs. There is no way to increase the rate which a fetch-event occurs and this plugin sets the rate to the most frequent possible value of UIApplicationBackgroundFetchIntervalMinimum -- iOS determines the rate automatically based upon device usage and time-of-day \(ie: fetch-rate is about ~15min during prime-time hours; less frequently when the user is presumed to be sleeping, at 3am for example\). For more detail, please see [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Background Fetch plugin for Cordova and Ionic. iOS Background Fetch Implementation. See: https://developer.apple.com/reference/uikit/uiapplication#1657399 iOS…
|
||||
---
|
||||
|
||||
# Background Fetch
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-background-fetch
|
||||
$ npm install @awesome-cordova-plugins/background-fetch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-fetch/)
|
||||
|
||||
Plugin Repo: [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
|
||||
|
||||
iOS Background Fetch Implementation. See: https://developer.apple.com/reference/uikit/uiapplication#1657399
|
||||
iOS Background Fetch is basically an API which wakes up your app about every 15 minutes (during the user's prime-time hours) and provides your app exactly 30s of background running-time. This plugin will execute your provided callbackFn whenever a background-fetch event occurs. There is no way to increase the rate which a fetch-event occurs and this plugin sets the rate to the most frequent possible value of UIApplicationBackgroundFetchIntervalMinimum -- iOS determines the rate automatically based upon device usage and time-of-day (ie: fetch-rate is about ~15min during prime-time hours; less frequently when the user is presumed to be sleeping, at 3am for example).
|
||||
For more detail, please see https://github.com/transistorsoft/cordova-plugin-background-fetch
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-background-fetch
|
||||
npm install @awesome-cordova-plugins/background-fetch
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/transistorsoft/cordova-plugin-background-fetch](https://github.com/transistorsoft/cordova-plugin-background-fetch)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# Background Geolocation
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation
|
||||
$ npm install @awesome-cordova-plugins/background-geolocation
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-geolocation/)
|
||||
|
||||
Plugin Repo: [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
|
||||
|
||||
This plugin provides foreground and background geolocation with battery-saving "circular region monitoring" and "stop detection". For more detail, please see [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,21 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Background Geolocation plugin for Cordova and Ionic. This plugin provides foreground and background geolocation with battery-saving "circular region…
|
||||
---
|
||||
|
||||
# Background Geolocation
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation
|
||||
$ npm install @awesome-cordova-plugins/background-geolocation
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-geolocation/)
|
||||
|
||||
Plugin Repo: [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
|
||||
|
||||
This plugin provides foreground and background geolocation with battery-saving "circular region monitoring" and "stop detection". For
|
||||
more detail, please see https://github.com/mauron85/cordova-plugin-background-geolocation
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add @mauron85/cordova-plugin-background-geolocation
|
||||
npm install @awesome-cordova-plugins/background-geolocation
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/mauron85/cordova-plugin-background-geolocation](https://github.com/mauron85/cordova-plugin-background-geolocation)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# Background Mode
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-background-mode
|
||||
$ npm install @awesome-cordova-plugins/background-mode
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-mode/)
|
||||
|
||||
Plugin Repo: [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
|
||||
|
||||
Cordova plugin to prevent the app from going to sleep while in background. Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, visit: [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* AmazonFire OS
|
||||
* Android
|
||||
* Browser
|
||||
* iOS
|
||||
* Windows
|
||||
|
||||
@@ -1,18 +1,23 @@
|
||||
---
|
||||
description: >-
|
||||
Background Mode plugin for Cordova and Ionic. Cordova plugin to prevent the app from going to sleep while in background. Requires Cordova plugin:…
|
||||
---
|
||||
|
||||
# Background Mode
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-background-mode
|
||||
$ npm install @awesome-cordova-plugins/background-mode
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-mode/)
|
||||
|
||||
Plugin Repo: [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
|
||||
|
||||
Cordova plugin to prevent the app from going to sleep while in background.
|
||||
Requires Cordova plugin: cordova-plugin-background-mode. For more info about plugin, visit: https://github.com/katzer/cordova-plugin-background-mode
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-background-mode
|
||||
npm install @awesome-cordova-plugins/background-mode
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-background-mode](https://github.com/katzer/cordova-plugin-background-mode)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- AmazonFire OS
|
||||
- Android
|
||||
@@ -20,3 +25,7 @@ Requires Cordova plugin: cordova-plugin-background-mode. For more info about plu
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# FileTransferManager
|
||||
|
||||
\` $ ionic cordova plugin add cordova-plugin-background-upload $ npm install @awesome-cordova-plugins/background-upload
|
||||
|
||||
\`\`\`
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-upload/)
|
||||
|
||||
Plugin Repo: [https://github.com/spoonconsulting/cordova-plugin-background-upload](https://github.com/spoonconsulting/cordova-plugin-background-upload)
|
||||
|
||||
This plugin does something
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
BackgroundUpload plugin for Cordova and Ionic. This plugin does something
|
||||
---
|
||||
|
||||
# BackgroundUpload
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add @spoonconsulting/cordova-plugin-background-upload
|
||||
$ npm install @awesome-cordova-plugins/background-upload
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/background-upload/)
|
||||
|
||||
Plugin Repo: [https://github.com/spoonconsulting/cordova-plugin-background-upload](https://github.com/spoonconsulting/cordova-plugin-background-upload)
|
||||
|
||||
This plugin does something
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add @spoonconsulting/cordova-plugin-background-upload
|
||||
npm install @awesome-cordova-plugins/background-upload
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/spoonconsulting/cordova-plugin-background-upload](https://github.com/spoonconsulting/cordova-plugin-background-upload)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
# Badge
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-badge
|
||||
$ npm install @awesome-cordova-plugins/badge
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/badge/)
|
||||
|
||||
Plugin Repo: [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
|
||||
|
||||
The essential purpose of badge numbers is to enable an application to inform its users that it has something for them — for example, unread messages — when the application isn’t running in the foreground.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-badge. For more info, please see the [Badge plugin docs](https://github.com/katzer/cordova-plugin-badge).
|
||||
|
||||
Android Note: Badges have historically only been a feature implemented by third party launchers and not visible unless one of those launchers was being used \(E.G. Samsung or Nova Launcher\) and if enabled by the user. As of Android 8 \(Oreo\), [notification badges](https://developer.android.com/training/notify-user/badges) were introduced officially to reflect unread notifications. This plugin is unlikely to work as expected on devices running Android 8 or newer. Please see the [local notifications plugin docs](https://github.com/katzer/cordova-plugin-local-notifications) for more information on badge use with notifications.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* Browser
|
||||
* iOS
|
||||
* Windows
|
||||
|
||||
@@ -1,24 +1,33 @@
|
||||
---
|
||||
description: >-
|
||||
Badge plugin for Cordova and Ionic. The essential purpose of badge numbers is to enable an application to inform its users that it has something for them —…
|
||||
---
|
||||
|
||||
# Badge
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-badge
|
||||
$ npm install @awesome-cordova-plugins/badge
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/badge/)
|
||||
|
||||
Plugin Repo: [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
|
||||
|
||||
The essential purpose of badge numbers is to enable an application to inform its users that it has something for them — for example, unread messages — when the application isn’t running in the foreground.
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-badge. For more info, please see the [Badge plugin docs](https://github.com/katzer/cordova-plugin-badge).
|
||||
|
||||
Android Note: Badges have historically only been a feature implemented by third party launchers and not visible unless one of those launchers was being used (E.G. Samsung or Nova Launcher) and if enabled by the user. As of Android 8 (Oreo), [notification badges](https://developer.android.com/training/notify-user/badges) were introduced officially to reflect unread notifications. This plugin is unlikely to work as expected on devices running Android 8 or newer. Please see the [local notifications plugin docs](https://github.com/katzer/cordova-plugin-local-notifications) for more information on badge use with notifications.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-badge
|
||||
npm install @awesome-cordova-plugins/badge
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-badge](https://github.com/katzer/cordova-plugin-badge)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- Browser
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
# Barcode Scanner
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add phonegap-plugin-barcodescanner
|
||||
$ npm install @awesome-cordova-plugins/barcode-scanner
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barcode-scanner/)
|
||||
|
||||
Plugin Repo: [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
|
||||
|
||||
The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
|
||||
|
||||
Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* BlackBerry 10
|
||||
* Browser
|
||||
* iOS
|
||||
* Windows
|
||||
|
||||
@@ -1,19 +1,24 @@
|
||||
---
|
||||
description: >-
|
||||
Barcode Scanner plugin for Cordova and Ionic. The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to…
|
||||
---
|
||||
|
||||
# Barcode Scanner
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add phonegap-plugin-barcodescanner
|
||||
$ npm install @awesome-cordova-plugins/barcode-scanner
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barcode-scanner/)
|
||||
|
||||
Plugin Repo: [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
|
||||
|
||||
The Barcode Scanner Plugin opens a camera view and automatically scans a barcode, returning the data back to you.
|
||||
|
||||
Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please see the [BarcodeScanner plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add phonegap-plugin-barcodescanner
|
||||
npm install @awesome-cordova-plugins/barcode-scanner
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/phonegap/phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- BlackBerry 10
|
||||
@@ -21,3 +26,7 @@ Requires Cordova plugin: `phonegap-plugin-barcodescanner`. For more info, please
|
||||
- iOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,16 +1,25 @@
|
||||
---
|
||||
description: >-
|
||||
Barkoder plugin for Cordova and Ionic. The barKoder Barcode Scanner SDK cordova plugin grants an easy to use solution with a great and completely customizable…
|
||||
---
|
||||
|
||||
# Barkoder
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add barkoder-cordova
|
||||
$ npm install @awesome-cordova-plugins/barkoder
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/barkoder/)
|
||||
|
||||
The barKoder Barcode Scanner SDK cordova plugin grants an easy to use solution with a great and completely customizable interface that can be instantly integrated in both iOS and Android apps.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add barkoder-cordova
|
||||
npm install @awesome-cordova-plugins/barkoder
|
||||
```
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# Battery Status
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-battery-status
|
||||
$ npm install @awesome-cordova-plugins/battery-status
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/battery-status/)
|
||||
|
||||
Plugin Repo: [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
* Android
|
||||
* Windows
|
||||
* Browser
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
Battery Status plugin for Cordova and Ionic. Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin…
|
||||
---
|
||||
|
||||
# Battery Status
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-battery-status
|
||||
$ npm install @awesome-cordova-plugins/battery-status
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/battery-status/)
|
||||
|
||||
Plugin Repo: [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
|
||||
|
||||
Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-battery-status
|
||||
npm install @awesome-cordova-plugins/battery-status
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
- Android
|
||||
- Windows
|
||||
- Browser
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# BioCatch
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-biocatch
|
||||
$ npm install @awesome-cordova-plugins/biocatch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biocatch/)
|
||||
|
||||
Plugin Repo: [https://bitbucket.org/carlos\_orellana/ionic-plugin](https://bitbucket.org/carlos_orellana/ionic-plugin)
|
||||
|
||||
BioCatch SDK Cordova support
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
* Android
|
||||
|
||||
@@ -1,18 +1,27 @@
|
||||
---
|
||||
description: >-
|
||||
BioCatch plugin for Cordova and Ionic. BioCatch SDK Cordova support
|
||||
---
|
||||
|
||||
# BioCatch
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-biocatch
|
||||
$ npm install @awesome-cordova-plugins/biocatch
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biocatch/)
|
||||
|
||||
Plugin Repo: [https://bitbucket.org/carlos_orellana/ionic-plugin](https://bitbucket.org/carlos_orellana/ionic-plugin)
|
||||
|
||||
BioCatch SDK Cordova support
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-biocatch
|
||||
npm install @awesome-cordova-plugins/biocatch
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://bitbucket.org/carlos_orellana/ionic-plugin](https://bitbucket.org/carlos_orellana/ionic-plugin)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# BiometricWrapper
|
||||
|
||||
```text
|
||||
$ ''
|
||||
$ npm install @awesome-cordova-plugins/biometric-wrapper
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biometric-wrapper/)
|
||||
|
||||
Plugin Repo: \[''\]\(''\)
|
||||
|
||||
This plugin capture biometric\(Iris and Fingerprint\) and validate the user. May be used in Banking domain
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
|
||||
@@ -1,16 +1,25 @@
|
||||
---
|
||||
description: >-
|
||||
BiometricWrapper plugin for Cordova and Ionic. This plugin capture biometric(Iris and Fingerprint) and validate the user. May be used in Banking domain
|
||||
---
|
||||
|
||||
# BiometricWrapper
|
||||
|
||||
```
|
||||
$
|
||||
$ npm install @awesome-cordova-plugins/biometric-wrapper
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/biometric-wrapper/)
|
||||
|
||||
This plugin capture biometric(Iris and Fingerprint) and validate the user.
|
||||
May be used in Banking domain
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
||||
npm install @awesome-cordova-plugins/biometric-wrapper
|
||||
```
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# BLE
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-ble-central
|
||||
$ npm install @awesome-cordova-plugins/ble
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ble/)
|
||||
|
||||
Plugin Repo: [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
|
||||
|
||||
This plugin enables communication between a phone and Bluetooth Low Energy \(BLE\) peripherals.
|
||||
|
||||
The plugin provides a simple JavaScript API for iOS and Android.
|
||||
|
||||
* Scan for peripherals
|
||||
* Connect to a peripheral
|
||||
* Read the value of a characteristic
|
||||
* Write new value to a characteristic
|
||||
* Get notified when characteristic's value changes
|
||||
|
||||
Advertising information is returned when scanning for peripherals. Service, characteristic, and property info is returned when connecting to a peripheral. All access is via service and characteristic UUIDs. The plugin manages handles internally.
|
||||
|
||||
Simultaneous connections to multiple peripherals are supported.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
+19
-10
@@ -1,14 +1,10 @@
|
||||
---
|
||||
description: >-
|
||||
BLE plugin for Cordova and Ionic. This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals. The plugin provides a simple…
|
||||
---
|
||||
|
||||
# BLE
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-ble-central
|
||||
$ npm install @awesome-cordova-plugins/ble
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ble/)
|
||||
|
||||
Plugin Repo: [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
|
||||
|
||||
This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals.
|
||||
|
||||
The plugin provides a simple JavaScript API for iOS and Android.
|
||||
@@ -23,8 +19,21 @@ Advertising information is returned when scanning for peripherals. Service, char
|
||||
|
||||
Simultaneous connections to multiple peripherals are supported.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-ble-central
|
||||
npm install @awesome-cordova-plugins/ble
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/don/cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# BlinkId
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
|
||||
$ npm install @awesome-cordova-plugins/blinkid
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/blinkid/)
|
||||
|
||||
Plugin Repo: [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
|
||||
|
||||
Microblink SDK wrapper for barcode and document scanning. See the blinkid-phonegap repository for available recognizers and other settings
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* iOS
|
||||
* Android
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
BlinkId plugin for Cordova and Ionic. Microblink SDK wrapper for barcode and document scanning. See the blinkid-phonegap repository for available recognizers…
|
||||
---
|
||||
|
||||
# BlinkId
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
|
||||
$ npm install @awesome-cordova-plugins/blinkid
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/blinkid/)
|
||||
|
||||
Plugin Repo: [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
|
||||
|
||||
Microblink SDK wrapper for barcode and document scanning. See the
|
||||
blinkid-phonegap repository for available recognizers and other settings
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add blinkid-cordova --variable CAMERA_USAGE_DESCRIPTION="Enable your camera so that you can scan your ID to validate your account"
|
||||
npm install @awesome-cordova-plugins/blinkid
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/BlinkID/blinkid-phonegap](https://github.com/BlinkID/blinkid-phonegap)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- iOS
|
||||
- Android
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
# Bluetooth Classic Serial Port
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-classic-serial-port/)
|
||||
|
||||
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
|
||||
|
||||
This plugin is written using the iOS Accessory Framework \(MFi\) to support Classic Bluetooth on iOS.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Browser
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Bluetooth Classic Serial Port plugin for Cordova and Ionic. This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
|
||||
---
|
||||
|
||||
# Bluetooth Classic Serial Port
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-classic-serial-port/)
|
||||
|
||||
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
|
||||
|
||||
This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
|
||||
npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Browser
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# BluetoothLE
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-bluetoothle
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-le
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-le/)
|
||||
|
||||
Plugin Repo: [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
|
||||
|
||||
This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and partially Windows. It's a wrap around [randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle/blob/master/readme.md) cordova plugin for Ionic. It supports peripheral **and** central modes and covers most of the API methods available on Android and iOS.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
|
||||
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
BluetoothLE plugin for Cordova and Ionic. This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and…
|
||||
---
|
||||
|
||||
# BluetoothLE
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-bluetoothle
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-le
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-le/)
|
||||
|
||||
Plugin Repo: [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
|
||||
|
||||
This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and partially Windows.
|
||||
It's a wrap around [randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle/blob/master/readme.md) cordova plugin for Ionic.
|
||||
It supports peripheral **and** central modes and covers most of the API methods available on Android and iOS.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-bluetoothle
|
||||
npm install @awesome-cordova-plugins/bluetooth-le
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
# Bluetooth Serial
|
||||
|
||||
```text
|
||||
$ ionic cordova plugin add cordova-plugin-bluetooth-serial
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-serial
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-serial/)
|
||||
|
||||
Plugin Repo: [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
|
||||
|
||||
This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino \(not Android to Android or iOS to iOS\).
|
||||
|
||||
## Supported platforms
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Windows Phone 8
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Bluetooth Serial plugin for Cordova and Ionic. This plugin enables serial communication over Bluetooth. It was written for communicating between Android or…
|
||||
---
|
||||
|
||||
# Bluetooth Serial
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-bluetooth-serial
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-serial
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-serial/)
|
||||
|
||||
Plugin Repo: [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
|
||||
|
||||
This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino (not Android to Android or iOS to iOS).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-bluetooth-serial
|
||||
npm install @awesome-cordova-plugins/bluetooth-serial
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user