mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
19 lines
519 B
Markdown
19 lines
519 B
Markdown
# IRoot
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-IRoot
|
|
$ npm install @awesome-cordova-plugins/i-root
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/i-root/)
|
|
|
|
Plugin Repo: [https://github.com/WuglyakBolgoink/cordova-plugin-IRoot](https://github.com/WuglyakBolgoink/cordova-plugin-IRoot)
|
|
|
|
Use this plugin to add an extra layer of security for your app by detecting if the device was rooted (on android) or jailbreaked (on iOS).
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|