Cordova Slack Digest

Wed, 01 Sep 2021 08:21:02 GMT

User count: 4604

Join the conversation at slack.cordova.io

Channel #general (2 messages)


Tue, 31 Aug 2021 12:02:51 GMT

@sinan.demir says

I created a new fork from cordova-ios.

https://stackoverflow.com/questions/64364921

I followed the steps mentioned in the link. The redirect was successful.

But I got “XMLHttpRequest” errors. Then I installed the “https://github.com/globules-io/cordova-plugin-ios-xhr” plugin.

I added the following settings to config.xml; <preference name="NativeXHRLogging" value="full" /> <preference name="AllowUntrustedCerts" value="true" /> <preference name="InterceptRemoteRequests" value="all" /> <preference name="allowFileAccessFromFileURLs" value="true" /> <preference name="allowUniversalAccessFromFileURLs" value="true" />

Everything is back to normal. Thank you so much.

Tue, 31 Aug 2021 18:30:42 GMT

@dkirschner43 says

Hello My site has google analytics in in when i run the Cordova app on iOS i do not get the analytics but when i run the site it shows up. Any ideas? Do i really need to install the google analytics plugin?

Channel #cordova-android (2 messages)


Tue, 31 Aug 2021 18:00:11 GMT

@patrick662 says

Every see this message? I just updated my cordova android to the latest and when I build I get this error message

  • Where: Script ‘C:\Users\Patrick\Documents\Projects\TheEquestrian\EquestrianApp\Equestrian App\platforms\android\CordovaLib\cordova.gradle’ line: 75

  • What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 30.x installed version is 30.0.0; minimum version required is 30.0.3.

Tue, 31 Aug 2021 18:06:54 GMT

@erisu says

You need to install build-tools 30.0.3.

Channel #plugins (1 messages)


Wed, 01 Sep 2021 04:44:32 GMT

@saurabhbehra5 says

How to use animated splashScreen in cordova SPA ?

Channel #css (1 messages)


Tue, 31 Aug 2021 17:59:38 GMT

@patrick662 says

@patrick662 has left the channel