mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-26 07:01:14 +08:00
remove static method open
This commit is contained in:
parent
d8892e195b
commit
33ca56a151
@ -40,13 +40,6 @@ export interface InAppBrowserEvent extends Event {
|
|||||||
})
|
})
|
||||||
export class InAppBrowser {
|
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 ionic-native@1.3.8. Please check the Ionic Native docs for the latest usage details.');
|
|
||||||
}
|
|
||||||
|
|
||||||
private _objectInstance: any;
|
private _objectInstance: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user