Back to Cordova

2020 09 06

slack-digest/2020-09-06.md

latest1.3 KB
Original Source

Cordova Slack Digest

Sun, 06 Sep 2020 08:23:28 GMT

User count: 4100

Join the conversation at slack.cordova.io

Channel #cordova-ios (1 messages)


Sat, 05 Sep 2020 12:12:28 GMT

@gill367 says

https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie|https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie fixed for me

Channel #cordova-android (2 messages)


Sun, 06 Sep 2020 04:14:17 GMT

@patrick662 says

Silly question, what am I doing wrong with my icon? 🙂 I want it to fill the circle with the green. This is for Android and I'm using 9.0.0

<platform name="android"> <icon density="ldpi" src="res/icons/android/icon-36-ldpi.png" /> <icon density="mdpi" src="res/icons/android/icon-48-mdpi.png" /> <icon density="hdpi" src="res/icons/android/icon-72-hdpi.png" /> <icon density="xhdpi" src="res/icons/android/icon-96-xhdpi.png" /> <icon density="xxhdpi" src="res/icons/android/icon-144-xxhdpi.png" /> <icon density="xxxhdpi" src="res/icons/android/icon-192-xxxhdpt.png" /> </platform>

Sun, 06 Sep 2020 05:16:58 GMT

@norman137 says

Ensure the resolutions for your icons follows the launcher icon chart: https://iconhandbook.co.uk/reference/chart/android/