Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Updated repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kalina committed Jan 20, 2018
1 parent ca7dc4d commit 150d24e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Escape from app with this plugin is possible only using javascript call `KioskPl
or by uninstalling app using `adb`. (Keeping USB debug allowed recommended.)
If applications starts as usual (not as launcher), no restrictions are applied.

* Official plugin website: https://github.com/honza889/cordova-plugin-kiosk
* Example app: https://github.com/honza889/cordova-kiosk-demo
* Official plugin website: https://github.com/hkalina/cordova-plugin-kiosk
* Example app: https://github.com/hkalina/cordova-kiosk-demo

**Note for iOS:** This plugin is for Android only for now. Support of iOS would be useless, because this feature is built in iOS as Guided Access (see Settings - General - Accessibility - Guided Access)

Expand All @@ -24,7 +24,7 @@ By adding this Cordova plugin the Cordova app becomes the the homescreen (also k

To add plugin into existing Cordova / Phonegap application:

cordova plugin add https://github.com/honza889/cordova-plugin-kiosk.git
cordova plugin add https://github.com/hkalina/cordova-plugin-kiosk.git

The `AndroidManifest.xml` should be updated immediately. If not, you can force it by removing and re-adding Android platform:

Expand All @@ -51,7 +51,7 @@ Current version allows also to set allowed key codes, so you app can enable volu

KioskPlugin.setAllowedKeys([ 24, 25 ]);

For complete example see: https://github.com/honza889/cordova-kiosk-demo
For complete example see: https://github.com/hkalina/cordova-kiosk-demo

Tips
----
Expand Down

0 comments on commit 150d24e

Please sign in to comment.