diff --git a/types/index.d.ts b/types/index.d.ts index 9de047c..3027ca6 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -68,6 +68,8 @@ interface InAppBrowser extends Window { * if the InAppBrowser was already visible. */ show(): void; + + back(): void; /** * Injects JavaScript code into the InAppBrowser window. * @param script Details of the script to run, specifying either a file or code key.