katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.76k forks source link

onNotificationOpen() handler of cordova-plugin-firebase not triggered if this plugin is also installed #1882

Closed delwynpinto closed 3 weeks ago

delwynpinto commented 4 years ago

Your Environment

Expected Behavior

When a notification present in the notification tray of the device is clicked, the handler should be triggered.

Actual Behavior

The handler is not triggered when the notification is clicked.

Steps to Reproduce

  1. Install this plugin & cordova-plugin-firebase
  2. Send a push notification to the device
  3. Uninstall this plugin and try again
Maqsyo commented 4 years ago

Do you have the same problems with https://github.com/dpa99c/cordova-plugin-firebasex ? cordova-plugin-firebase is known as buggy, so there is this new plugin which seems to work completely fine

EinfachHans commented 4 years ago

Upgrade to 0.9.0-beta.3 worked for me

delwynpinto commented 4 years ago

@Maqsyo cordova-plugin-firebasex also has the same issue