Cordova Slack Digest

Tue, 06 Dec 2022 08:21:23 GMT

User count: 4726

Join the conversation at slack.cordova.io

Channel #general (5 messages)


Mon, 05 Dec 2022 17:19:28 GMT

@brando2147 says

Hello is this the correct place to ask questions regarding cordova config issues

Mon, 05 Dec 2022 17:20:18 GMT

@norman137 says

yup

Mon, 05 Dec 2022 17:23:33 GMT

@brando2147 says

Awesome! because I am having a very strange issue trying to get the tab bar / notification icons to correctly show when I build. Currently, it is showing a white circle instead of my app icon. I tried to add the following to my config.xml and doesn’t appear to use the icons. Does anybody know how to update these icons in android? Is there anything else that needs to be updated?

<resource-file src="resources/android/notification/icon-hdpi.png" target="app/src/main/res/drawable-hdpi/notification.png" />
<resource-file src="resources/android/notification/icon-xhdpi.png" target="app/src/main/res/drawable-xhdpi/notification.png" />
<resource-file src="resources/android/notification/icon-xxhdpi.png" target="app/src/main/res/drawable-xxhdpi/notification.png" />
<resource-file src="resources/android/notification/icon-xxxhdpi.png" target="app/src/main/res/drawable-xxxhdpi/notification.png" />```


Tue, 06 Dec 2022 02:06:13 GMT

@shazron says

ℹ️ Don't forget we have https://github.com/apache/cordova/discussions where we can have a searchable, persistent knowledgebase now. I would suggest to have discussions there.

Tue, 06 Dec 2022 05:08:36 GMT

@shazron says

set the channel topic: Don't ask to ask, just ask. Also it is better to use https://github.com/apache/cordova/discussions so we have a persistent and searchable knowledgebase. This Slack instance is on the free tier (limited archives)

Channel #cordova-android (1 messages)


Mon, 05 Dec 2022 11:05:29 GMT

@lkvh says

A lot of users are reporting issues with geolocation (https://github.com/apache/cordova-plugin-geolocation). Anyone else experiencing the same?