diff --git a/docs/ionic-tutorial.md b/docs/ionic-tutorial.md index e695e5c..a3700b8 100644 --- a/docs/ionic-tutorial.md +++ b/docs/ionic-tutorial.md @@ -24,7 +24,23 @@ Move that script into your scripts folder (usually `app/scripts/`). Then, in you ``` -### 2. Customize it to your needs +### 2. Install InAppBrowser + +Execute the following command to include `InAppBrowser` in your app: + +```sh + phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git +``` + +And add to your `config.xml`: + +```xml + + + +``` + +### 3. Customize it to your needs Take a look at the [Angular Examples](https://github.com/auth0/auth0-angular/tree/master/examples). diff --git a/docs/phonegap-tutorial.md b/docs/phonegap-tutorial.md index 06d55c3..56e7be5 100644 --- a/docs/phonegap-tutorial.md +++ b/docs/phonegap-tutorial.md @@ -24,6 +24,22 @@ Move that script into your scripts folder (usually `app/scripts/`). Then, in you ``` -### 2. Customize it to your needs +### 2. Install InAppBrowser + +Execute the following command to include `InAppBrowser` in your app: + +```sh + phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git +``` + +And add to your `config.xml`: + +```xml + + + +``` + +### 3. Customize it to your needs @@sdk2@@