Skip to content

Commit

Permalink
docs(): hide old open method
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Nov 9, 2016
1 parent 0c5fade commit 2dacec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/inappbrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export interface InAppBrowserEvent extends Event {
})
export class InAppBrowser {

/**
* @private
*/
static open(url: string, target?: string, options?: string): void {
console.warn('Native: Your current usage of the InAppBrowser plugin is deprecated as of [email protected]. Please check the Ionic Native docs for the latest usage details.');
}
Expand Down

0 comments on commit 2dacec0

Please sign in to comment.