Skip to content

Commit

Permalink
docs(): Update inappbrowser.ts (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrdogan authored and ihadeed committed Jul 31, 2016
1 parent aa51c03 commit 5506e8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/plugins/inappbrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export interface InAppBrowserRef {
})
export class InAppBrowser {




/**
* Opens a URL in a new InAppBrowser instance, the current browser instance, or the system browser.
* @param url The URL to load.
Expand All @@ -79,6 +82,21 @@ export class InAppBrowser {
* The options string must not contain any blank space, and each feature's
* name/value pairs must be separated by a comma. Feature names are case insensitive.
*/

/**
* @name InAppBrowser
* @description
* @usage
* ```typescript
* import { InAppBrowser } from 'ionic-native';
*
*
*
* InAppBrowser.open(url, target, options);
*
*
* ```
*/
@Cordova({
sync: true
})
Expand Down

0 comments on commit 5506e8a

Please sign in to comment.