Cordova Slack Digest

Sat, 31 Oct 2020 08:18:56 GMT

User count: 4206

Join the conversation at slack.cordova.io

Channel #general (4 messages)


Fri, 30 Oct 2020 08:29:58 GMT

@jcesarmobile says

Notice that what is failing is a web socket, you have allowed http connection, but ws:// is on the error

Fri, 30 Oct 2020 08:30:22 GMT

@jcesarmobile says

Also, don’t use an absolute url, just relative

Fri, 30 Oct 2020 20:45:38 GMT

@osaintilien55 says

Noted

Sat, 31 Oct 2020 05:54:41 GMT

@ananya says

Hi Guys, I am using cordova-plugin-inappbrowser to redirect to a URL inside the app. I have a requirement to intercept few URLs and I'm using beforeload event to do the same. It works fine in android. But when I try to do the same in iOS, it opens a blank page.

What I'm currently using is

window.cordova.InAppBrowser.open("<url>","_blank","location=no,beforeload=yes")

While the URL loads successfully without beforeload=yes , it shows a blank page when used with beforeload=yes

I have also raised an issue in github about the same. (https://github.com/apache/cordova-plugin-inappbrowser/issues/809)

Any help would be appreciated. Thanks.