Back to Cordova

2020 09 22

slack-digest/2020-09-22.md

latest3.7 KB
Original Source

Cordova Slack Digest

Tue, 22 Sep 2020 08:25:39 GMT

User count: 4129

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Mon, 21 Sep 2020 09:29:38 GMT

@rashnk says

hi

Mon, 21 Sep 2020 12:56:48 GMT

@norman137 says

Hi

Mon, 21 Sep 2020 13:31:37 GMT

@gh says

Some good news: Since Thursday, we've been running all VoltBuilder jobs through Cordova and Xcode 12. With hundreds of projects processed, no issues have been reported. Xcode 12 + Cordova looks solid.

Channel #cordova-ios (3 messages)


Mon, 21 Sep 2020 17:14:52 GMT

@vvsou862 says

Hi , Recently i updated my app to [email protected] ,configured Custom Url Schema as app://test.xxx.com and also enabled CORS according to https://breautek.com/2020/07/14/enabling-cors/. Issue is underlying cookie is not being sent with webapi request even though i have set Access-Control-Allow-Credentials to true from server response and withCredentials to true while sending request. Please help why with new update cookie is not being sent to webapi request

Mon, 21 Sep 2020 17:17:14 GMT

@norman137 says

cookies is an outstanding issue with WKWebView where cookies aren't synced with the webview, at least not synchronously. This might be a workaround for the time being: https://github.com/apache/cordova-ios/issues/944#issuecomment-660035130

Mon, 21 Sep 2020 19:02:40 GMT

@mattwenner1 says

Has anyone implemented “Sign In With Apple” yet?

Channel #plugins (4 messages)


Mon, 21 Sep 2020 14:45:25 GMT

@chadwick.blackford says

hallo guys! is it possible to create an observable services in cordova plugin with normal Javascript(angularJS, not an Angular!)?

Mon, 21 Sep 2020 14:47:02 GMT

@chadwick.blackford says

in my case I need to check DEBUG key on android device in realtime.. and my first idea was to create an observable to check this on native layer ant hten inform frontend about changes…

in other cases I need to create an interval on frontend layer and check it static….

what u think about this?

FYI @timbru @norman137 …

this will be available only on android devices

Mon, 21 Sep 2020 14:52:47 GMT

@norman137 says

The thing about background services is the webview needs to live in an activity, therefore your javascript environment must be in an activity and you can't guarentee the activity will exists because the OS may kill the activity for a number of different reasons when the activity isn't in the foreground.

I know there are some apps/plugins that do incorporate background services, e.g: https://github.com/transistorsoft/cordova-background-geolocation-lt (they have a restrictive license, don't copy their code, unless if you know what you're doing legally). So it's definitely possible, but it's outside of my expertise.

Mon, 21 Sep 2020 15:22:48 GMT

@chadwick.blackford says

ok, thank you

Channel #cordova-electron (4 messages)


Mon, 21 Sep 2020 09:36:55 GMT

@rohit.agre says

hi @erisu any ETA on 2.0.0 release on npm?

Mon, 21 Sep 2020 09:40:02 GMT

@erisu says

I cant give an exact ETA.

It is currently in review. I am currently waiting for enough PMC binding votes before I can continue. Right now there are only 2 votes submitted and one more + binding vote is required for the review to pass before I can continue.

Mon, 21 Sep 2020 09:41:41 GMT

@rohit.agre says

at least its in review, hopefully by october it releases 🤞

Mon, 21 Sep 2020 09:42:33 GMT

@erisu says

I am sure it will be out before October 😄 I hope too 😄