You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Capacitor is only using setSmallIcon() when using NotificationCompat.Builder.
If we could add additional functionality with setLargeIcon(), then we could make large notification icons (chat style profile pictures, etc) that we see commonly on most apps today.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Feature Request
Description
Currently Capacitor is only using setSmallIcon() when using NotificationCompat.Builder.
If we could add additional functionality with setLargeIcon(), then we could make large notification icons (chat style profile pictures, etc) that we see commonly on most apps today.
I have attached an example below for reference.
Referenced Android docs:
https://developer.android.com/develop/ui/views/notifications/expanded
Platform(s)
Capacitor - Android
Preferred Solution
Add functionality for setLargeIcon()
This image could be set dynamically from the image we add on Firebase Notification, or alternatively images found locally on the device.
Alternatives
None
The text was updated successfully, but these errors were encountered: