mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(): hide old open method
This commit is contained in:
@@ -38,6 +38,9 @@ export interface InAppBrowserEvent extends Event {
|
|||||||
})
|
})
|
||||||
export class InAppBrowser {
|
export class InAppBrowser {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
static open(url: string, target?: string, options?: string): void {
|
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.');
|
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.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user