Cordova Slack Digest

Fri, 29 Oct 2021 08:21:14 GMT

User count: 4665

Join the conversation at slack.cordova.io

Channel #general (6 messages)


Thu, 28 Oct 2021 12:33:49 GMT

@norman137 says

If you're on a unix/bash environment, you should be able to do something like cordova build android --release &>/dev/null &

Thu, 28 Oct 2021 12:35:06 GMT

@norman137 says

I'm not sure how you would know if there was a failure or when the build is completed though if you do it that way.

Thu, 28 Oct 2021 12:47:33 GMT

@marek.kozela says

Can someone help me how to add react dev tools and redux dev tools using cordova-electron?

Thu, 28 Oct 2021 17:28:58 GMT

@patrickw says

Hey, sorry for this FAQ type question, but I searched and can't find the list of released versions and the support lifecycle for each version (i.e. when versions are no longer supported). Is this published somewhere? thanks!

Thu, 28 Oct 2021 17:31:42 GMT

@norman137 says

Generally speaking, Cordova doesn‘t support anything older than the current release, that is to say, we don’t do back ports.

Thu, 28 Oct 2021 17:32:47 GMT

@patrickw says

Thank you, that's what I needed to know.

Channel #cordova-android (5 messages)


Thu, 28 Oct 2021 14:00:03 GMT

@hilah1999 says

Hi

Thu, 28 Oct 2021 14:00:48 GMT

@hilah1999 says

I got this error: Can't start async operation (refresh inventory) because another async operation(refresh inventory) is in progress

Thu, 28 Oct 2021 14:02:14 GMT

@hilah1999 says

when I try to do: .getProducts([product_id]).then(function (products) {

Thu, 28 Oct 2021 14:02:24 GMT

@hilah1999 says

Anyone know why?

Thu, 28 Oct 2021 14:17:48 GMT

@norman137 says

That doesn't appear cordova related whatsoever.