Back to Cordova

2021 08 23

slack-digest/2021-08-23.md

latest1.3 KB
Original Source

Cordova Slack Digest

Mon, 23 Aug 2021 08:25:31 GMT

User count: 4589

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Sun, 22 Aug 2021 19:32:01 GMT

@freescout.helpdesk says

Hi everybody. On Android with the following in config.xml we are able to perform ajax requests to any servers and URLs:

<access
&lt;plugin name="cordova-plugin-whitelist" spec="1.3.4" /&gt;
&lt;engine name="android" spec="^8.1.0" /&gt;```
But now we are building exactly the same app for iOS, but ajax requests do not work:
```&lt;access origin="*" /&gt;
&lt;plugin name="cordova-plugin-whitelist" spec="1.3.4" /&gt;
&lt;engine name="cordova-ios" spec="5.1.1" /&gt;```
It's not possible on iOS?

Channel #cordova-android (1 messages)


Sun, 22 Aug 2021 18:11:35 GMT

@dpogue says

Android 12 has a built-in splashscreen system for all apps, which we should investigate to replace the splashscreen plugin in the next major (although it might not allow full-screen splash images): https://developer.android.com/about/versions/12/features/splash-screen https://developer.android.com/about/versions/12/splash-screen-migration