forked from danielsogl/awesome-cordova-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c5fade
commit 2dacec0
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.'); | ||
} | ||
|