@capgo/inappbrowser 7.6.6 → 7.6.7

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,11 @@ InAppBrowser.open({ url: "YOUR_URL" });
24
24
 
25
25
  Web platform is not supported. Use `window.open` instead.
26
26
 
27
+
28
+ ### Test app and code:
29
+
30
+ https://github.com/Cap-go/demo-app/blob/main/src/views/plugins/Web.vue
31
+
27
32
  ### Camera usage
28
33
 
29
34
  #### Android
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "7.6.6",
3
+ "version": "7.6.7",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",