Back to Cordova

2021 09 04

slack-digest/2021-09-04.md

latest4.3 KB
Original Source

Cordova Slack Digest

Sat, 04 Sep 2021 08:20:56 GMT

User count: 4608

Join the conversation at slack.cordova.io

Channel #general (2 messages)


Fri, 03 Sep 2021 21:35:21 GMT

@trinitiwowka says

Hello everyone! Tell me, does it make sense to use it now? ionic cordova resources or it is enough to specify just one image of the icon and the loading screen

<splash
&lt;icon src="resources/icon/ios/icon.png" /&gt;```
vs
```        &lt;icon height="57" src="resources/icon/ios/icon.png" width="57" /&gt;
        &lt;icon height="114" src="resources/icon/ios/[email protected]" width="114" /&gt;
        &lt;icon height="40" src="resources/icon/ios/icon-40.png" width="40" /&gt;
        &lt;icon height="80" src="resources/icon/ios/[email protected]" width="80" /&gt;
        &lt;icon height="120" src="resources/icon/ios/[email protected]" width="120" /&gt;
        &lt;icon height="50" src="resources/icon/ios/icon-50.png" width="50" /&gt;
        &lt;icon height="100" src="resources/icon/ios/[email protected]" width="100" /&gt;
        &lt;icon height="60" src="resources/icon/ios/icon-60.png" width="60" /&gt;
        &lt;icon height="120" src="resources/icon/ios/[email protected]" width="120" /&gt;
        &lt;icon height="180" src="resources/icon/ios/[email protected]" width="180" /&gt;
        &lt;icon height="72" src="resources/icon/ios/icon-72.png" width="72" /&gt;
        &lt;icon height="144" src="resources/icon/ios/[email protected]" width="144" /&gt;
        &lt;icon height="76" src="resources/icon/ios/icon-76.png" width="76" /&gt;
        &lt;icon height="152" src="resources/icon/ios/[email protected]" width="152" /&gt;
        &lt;icon height="167" src="resources/icon/ios/[email protected]" width="167" /&gt;
        &lt;icon height="1024" src="resources/icon/ios/icon-1024.png" width="1024" /&gt;
        &lt;icon height="29" src="resources/icon/ios/icon-small.png" width="29" /&gt;
        &lt;icon height="58" src="resources/icon/ios/[email protected]" width="58" /&gt;
        &lt;icon height="87" src="resources/icon/ios/[email protected]" width="87" /&gt;```

Fri, 03 Sep 2021 21:46:00 GMT

@norman137 says

I think for the icons, different size variants are still required.

For the splashscreen, you can use 2732x2732 image for all current ios devices, including ipads, but you need a specific amount of padding for it to display properly on all the different ios devices. The attached image is what I use for my apps.

I personally never used any kind of generators... but I don't have a need to change these icons / splash screen images frequently either. We have a high res source vector we use and we just simply scale it down to each of our necessary sizes.

Channel #testing (10 messages)


Fri, 03 Sep 2021 17:56:08 GMT

@erisu says

@zach657 I got to crash here soon but heres the update.. I see green 😄 workflow (tests) are passing.

Fri, 03 Sep 2021 17:56:27 GMT

@erisu says

I made a lot of changes and included the test matrix..

Fri, 03 Sep 2021 17:57:00 GMT

@erisu says

I think all you need to do is an exact copy and paste of the configs to the plugin. You shouldn’t need to change anything in the configs.

Fri, 03 Sep 2021 17:57:19 GMT

@zach657 says

Awesome to hear!

Fri, 03 Sep 2021 17:57:31 GMT

@zach657 says

Thank you

Fri, 03 Sep 2021 17:57:34 GMT

@erisu says

if it is running on a repo with the name cordova-paramedic it will use node main.js but if its not then it will use cordova-paramedic command.

Fri, 03 Sep 2021 17:57:43 GMT

@erisu says

it wil also install paramedic if it is not from the paramedic repo..

Fri, 03 Sep 2021 17:58:03 GMT

@erisu says

its pretty self aware I guess.. but will see when you update..

Fri, 03 Sep 2021 17:58:25 GMT

@erisu says

let me know what you think when you get a chance..

Fri, 03 Sep 2021 17:59:09 GMT

@erisu says

https://github.com/apache/cordova-paramedic/pull/216 This is the PR that updated it all.

https://github.com/apache/cordova-paramedic/tree/master/.github/workflows and the link to the master branch with the current changes.