@capgo/inappbrowser 7.2.13 → 7.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1061,6 +1061,8 @@ public class WebViewDialog extends Dialog {
1061
1061
  ) {
1062
1062
  _webView.goBack();
1063
1063
  } else if (!_options.getDisableGoBackOnNativeApplication()) {
1064
+ _options.getCallbacks().closeEvent(_webView.getUrl());
1065
+ _webView.destroy();
1064
1066
  super.onBackPressed();
1065
1067
  }
1066
1068
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "7.2.13",
3
+ "version": "7.2.15",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",