Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
vws-mac-01 committed Sep 6, 2017
1 parent fedb24a commit 2652e80
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@

## Folow the [plugin installation instructions](https://ionicframework.com/docs/native/in-app-browser/) on the Ionic Framework Documentation.
# ionic3.x-inappbrowser-demo

This demo is a testbed for Cordova's *[cordova-plugin-inappbrowser](https://ionicframework.com/docs/native/in-app-browser/)* plugin and Ionic Native's corresponding *[In App Browser](https://ionicframework.com/docs/native/in-app-browser/)* plugin.

## Features
All the options exposed by Ionic Native's *[In App Browser](https://ionicframework.com/docs/native/in-app-browser/)* plugin for each platform are easily configurable via a settings menu.

The **Events** page allows to observe the events fired by the plugin (more to come).

## How to use

* Clone the repo and install the dependencies with npm.
* Run the project on a device or emulator
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "com.virtuoworks.demo.ionic.inappbrowser",
"version": "0.0.1",
"author": "Sébastien Guillon <[email protected]>",
"description": "Ionic 3 In App Browser demo",
"contributors": [
{
"name": "Virtuoworks",
Expand Down Expand Up @@ -58,7 +59,6 @@
"tslint-ionic-rules": "0.0.11",
"typescript": "2.3.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
Expand Down

0 comments on commit 2652e80

Please sign in to comment.