Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Notifications icon cannot be changed #1752

Closed
2 of 7 tasks
ShinZ6 opened this issue Jul 10, 2019 · 3 comments · Fixed by #1830
Closed
2 of 7 tasks

Local Notifications icon cannot be changed #1752

ShinZ6 opened this issue Jul 10, 2019 · 3 comments · Fixed by #1830

Comments

@ShinZ6
Copy link

ShinZ6 commented Jul 10, 2019

Description of the problem:
Cannot change local notifications icon (it stays a circle with an "i" by default) on Android even though I can change the push notifications icon by setting the required property on AndroidManifest.xml. On iOS it takes the app's own launcher icon by default.

Affected platform

  • Android
  • iOS
  • electron
  • web

OS of the development machine

  • Windows
  • macOS
  • linux

Other information:

Capacitor version: 1.1.0

node version:

npm version:

CocoaPods version:

Steps to reproduce:

Link to sample project:

@adrm
Copy link
Contributor

adrm commented Jul 12, 2019

I've been reading the source code to see if there is any way to signal a resource to be used for the notification icon in Android, but it is a known pending task.

It seems important enough to be able to have a native feeling app, to be honest. I hope it can be resolved soon.

@ShinZ6
Copy link
Author

ShinZ6 commented Jul 12, 2019

I solved it momentarily by applying the changes made in this pull request:
#1510

@nikosdouvlis
Copy link
Contributor

nikosdouvlis commented Jul 31, 2019

Opened #1830 that solves this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants