1.0.7 • Published 6 years ago

ionic-mtr-jailbreak v1.0.7

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

#add plugin

cordova plugin add add https://github.com/leecrossley/cordova-plugin-jailbreak-detection.git

npm i ionic-mtr-jailbreak

use plugin

 this.jailbreak.isJailbroken()
   .then((res: any) => console.log(res))
   .catch((error: any) => console.error(error));

#import to app.module.ts

import { Jailbreak } from 'ionic-mtr-jailbreak';

providers: [Jailbreak]

#import to another page

IOS Only

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

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