1.0.4 • Published 6 years ago

ionic-mtr-root-detection v1.0.4

Weekly downloads
34
License
MIT
Repository
github
Last release
6 years ago

#add plugin

cordova plugin add cordova-plugin-root-detection

npm i ionic-mtr-root-detection

use plugin

 this.RootDetection.isDeviceRooted()
   .then((res: any) => console.log(res))
   .catch((error: any) => console.error(error));

#import to app.module.ts

import { RootDetection } from 'ionic-mtr-root-detection';

providers: [RootDetection]

#import to another page

ANDROID Only

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

4.4.3

6 years ago

4.4.2

6 years ago