diff --git a/src/@ionic-native/plugins/in-app-browser/index.ts b/src/@ionic-native/plugins/in-app-browser/index.ts index f940277d3..798f1aac1 100644 --- a/src/@ionic-native/plugins/in-app-browser/index.ts +++ b/src/@ionic-native/plugins/in-app-browser/index.ts @@ -178,6 +178,13 @@ export class InAppBrowserObject { } } + /** + * Method to be called after the "beforeload" event to continue the script + * @param strUrl {String} The URL the InAppBrowser should navigate to. + */ + @CordovaInstance({ sync: true }) + _loadAfterBeforeload(strUrl: string): void {} + /** * Displays an InAppBrowser window that was opened hidden. Calling this has no effect * if the InAppBrowser was already visible.