@capgo/inappbrowser 6.9.9 → 6.9.11

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.
@@ -991,6 +991,7 @@ extension WKWebViewController: WKNavigationDelegate {
991
991
  if !self.allowsFileURL && u.isFileURL {
992
992
  print("Cannot handle file URLs")
993
993
  decisionHandler(.cancel)
994
+ return
994
995
  }
995
996
 
996
997
  if handleURLWithApp(u, targetFrame: navigationAction.targetFrame) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "6.9.9",
3
+ "version": "6.9.11",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -48,11 +48,11 @@
48
48
  "@capacitor/android": "^6.1.2",
49
49
  "@capacitor/cli": "^6.1.2",
50
50
  "@capacitor/core": "^6.1.2",
51
- "@capacitor/docgen": "^0.2.2",
51
+ "@capacitor/docgen": "^0.3.0",
52
52
  "@capacitor/ios": "^6.1.2",
53
53
  "@ionic/eslint-config": "^0.4.0",
54
54
  "@ionic/prettier-config": "^4.0.0",
55
- "@ionic/swiftlint-config": "^1.1.2",
55
+ "@ionic/swiftlint-config": "^2.0.0",
56
56
  "@types/node": "^22.5.1",
57
57
  "@typescript-eslint/eslint-plugin": "^7.8.0",
58
58
  "@typescript-eslint/parser": "^7.8.0",
@@ -60,10 +60,10 @@
60
60
  "eslint-plugin-import": "^2.29.1",
61
61
  "husky": "^9.1.5",
62
62
  "prettier": "^3.3.3",
63
- "prettier-plugin-java": "^2.6.4",
63
+ "prettier-plugin-java": "^2.6.5",
64
64
  "rimraf": "^6.0.1",
65
65
  "rollup": "^4.21.1",
66
- "swiftlint": "^1.0.2",
66
+ "swiftlint": "^2.0.0",
67
67
  "typescript": "^5.5.4"
68
68
  },
69
69
  "peerDependencies": {