Cordova Slack Digest

Tue, 11 May 2021 08:37:37 GMT

User count: 4481

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Mon, 10 May 2021 09:31:24 GMT

@amit.agarwal.1980 says

Hi I am using cordova-plugin-inappbrowser plugin to load the URL by options (‘_blank’, ’location=no) , Now I want to call the some function from inappbrowser to cordova webview, is any way to do it?

Tue, 11 May 2021 02:28:37 GMT

@mathewp.94 says

I'm encountering a strange problem with my webview (ionic-webview).

Basically my app loads some JS via a script tag that sets up a config. Without this config the app won‘t work, so I prevent the app’s from executing and show an error screen. However if I:

  1. launch the app
  2. Let things load
  3. Close the app
  4. Turn off wifi/internet access
  5. Open the app The config will be cached and the app will load

Tue, 11 May 2021 02:29:39 GMT

@mathewp.94 says

But if the internet is working, it will fetch a fresh copy of the config from the server. This seems a little strange to me.

Channel #cordova-ios (2 messages)


Mon, 10 May 2021 09:30:44 GMT

@amit.agarwal.1980 says

Hi I am using cordova-plugin-inappbrowser plugin to load the URL by options (‘_blank’, ’location=no) , Now I want to call the some function from inappbrowser to cordova webview, is any way to do it?

Mon, 10 May 2021 20:09:03 GMT

@ebrommers says

I’ve been noticing quite a few deprecation warnings showing up from cordova-plugin-browser in ios. Are there plans to replace UIAlertView->UIAlertController in that plugin?