Cordova Slack Digest

Tue, 16 Feb 2021 08:34:31 GMT

User count: 4370

Join the conversation at slack.cordova.io

Channel #cordova-ios (4 messages)


Mon, 15 Feb 2021 13:39:56 GMT

@javarea says

Hi guys,

I have a problem with origin in http request when i remove the cordova-plugin-wkwebview-engine and upgrade to cordova-ios 6.2.0.

Any idea to solve this? Thanks in advance.

Mon, 15 Feb 2021 16:07:25 GMT

@norman137 says

cordova-plugin-file tests is failing because cdvfile://localhost/bundle/www/img/logo.png is resulting in [Error] Failed to load resource: unsupported URL (logo.png, line 0)

Is this url suppose to work in wkwebview?

Tue, 16 Feb 2021 06:23:01 GMT

@liupat says

Hi all, I am able to call firebase functions (through http request callable) on my iOS app on my iPhone in development mode (built in Quasar CLI) AND in browser, but when I build the xcode files for production and then deploy the app on my phone, it is unable to make the request to the firebase function. What could be the underlying issue?

Tue, 16 Feb 2021 06:24:26 GMT

@liupat says

currently on cordova ios version 6.2.0

Channel #cordova-android (3 messages)


Mon, 15 Feb 2021 13:31:34 GMT

@ucheozoemena says

Hi folks, is there a way to get the device's OS version from the webview? Like if I want to run some features on Android API level 29+, how can I detect that the device OS is Android 10+?

Mon, 15 Feb 2021 13:33:40 GMT

@norman137 says

https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-device/#deviceversion

Mon, 15 Feb 2021 13:33:48 GMT

@norman137 says

cordova-plugin-device can help you with that