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:

<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
<engine name="android" spec="^8.1.0" />```
But now we are building exactly the same app for iOS, but ajax requests do not work:
```<access origin="*" />
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
<engine name="cordova-ios" spec="5.1.1" />```
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