Cordova Slack Digest

Mon, 31 Aug 2020 08:16:30 GMT

User count: 4090

Join the conversation at slack.cordova.io

Channel #general (4 messages)


Sun, 30 Aug 2020 15:02:26 GMT

@timbru says

Alright, swarm intelligence needed. 🙂 Any idea why Travis and SauceLabs do not work together anymore? Even with the tunnel setup, it seems the SauceLabs VM can‘t reach the (proxied) localhost server on Travis. Without any changes, this stopped working in the past month. Thins I’ve already tried without success:

  • Upgrade relevant dependencies, such as, wd, sauce-connect-launcher, local-server
  • Tried different OS on Travis CI
  • Let Travis setup the tunnel with their add-on
  • Moved the legacy setup to be W3C WebDriver compliant
  • Upgraded Browser versions of Chrome and Firefox to the current latest and the OS to macOS 10.15/Windows 10
  • Even tried spinning up a localhost server with the serve npm module to ensure the issue is not within cordova-browser.
  • Messed around with different proxy settings of the W3C spec. (PAC; direct, non at all) I assume a TravisCI issue, because it works when running locally against SauceLabs.

Sun, 30 Aug 2020 22:58:47 GMT

@fghdgsfa says

@fghdgsfa cleared channel purpose

Mon, 31 Aug 2020 07:22:16 GMT

@abul.asar22 says

Has anyone used cordova-plugin-wkwebview-engine plugin for removing UIWebView APIs from iOS ? I updated one of my app and on loading of the app all styling has vanished . Has anyone experienced this ?

Mon, 31 Aug 2020 07:25:03 GMT

@pratiksha.bhavsar0895 says

What is the ios version you are using ? https://cordova.apache.org/howto/2020/07/18/uiwebview-warning.html . Check this out !!

Channel #cordova-android (1 messages)


Mon, 31 Aug 2020 04:46:35 GMT

@pratiksha.bhavsar0895 says

One random question I have as per appStore's warning for uiwebview we have upgraded to ios latest version to update from uiwebview to wkwebview . Is there any such changes in android ? Or android code still remains the same ? As for ios webview plugin is obsolete.