@capgo/inappbrowser 0.2.0 → 0.2.3

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @capgo/inappbrowser
2
-
3
- Capacitor plugin in app browser
2
+ <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
3
+
4
+ Capacitor plugin in app browser with urlChangeEvent
4
5
 
5
6
  ## Install
6
7
 
@@ -209,3 +210,7 @@ Will be triggered when user clicks on confirm button when disclaimer is required
209
210
  | **`DEFAULT`** | <code>""</code> |
210
211
 
211
212
  </docgen-api>
213
+
214
+ **Credits**
215
+ - [WKWebViewController](https://github.com/Meniny/WKWebViewController) - for iOS
216
+ - [CapBrowser](https://github.com/gadapa-rakesh/CapBrowser) - For the base in capacitor v2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "0.2.0",
3
+ "version": "0.2.3",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",