Antti Vanhala

Results 4 comments of Antti Vanhala

I was able to resolve this but it was some time ago and I'm not quite sure what the solution was. Mostly likely it was updating to the latest version...

Yes, unfortunately. I truly enjoyed working on this, but it doesn't seem likely that I'll ever get back to this.

@riderx Here's a simple app that opens a webview to a website where deep links can be tested: https://github.com/Randati/capgo-deeplink/ Relevant code is just: ```js InAppBrowser.openWebView({ url: "https://app.urlgeni.us/deeplink-tester" }); ```` On...