mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
28 lines
718 B
Markdown
28 lines
718 B
Markdown
---
|
|
description: >-
|
|
IRoot plugin for Cordova and Ionic. Use this plugin to add an extra layer of security for your app by detecting if the device was rooted (on android) or…
|
|
---
|
|
|
|
# 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).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-IRoot
|
|
npm install @awesome-cordova-plugins/i-root
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/WuglyakBolgoink/cordova-plugin-IRoot](https://github.com/WuglyakBolgoink/cordova-plugin-IRoot)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|