katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.75k forks source link

Plugin is breaking `on('notification')` event of phonegap-plugin-push #1924

Open anujraghuvanshi opened 3 years ago

anujraghuvanshi commented 3 years ago

My Environment

Expected Behavior

It should let on('notification') work so that I can schedule local notification.

Actual Behavior

It should handle its own responsibility, After adding latest version of this plugin which I've mention above, It stops trigerring on('notification') event of phonegap-plugin-push

Steps to Reproduce

  1. Install latest versions of both plugins
  2. Give try catching on('notification') event
  3. It will not work.

Context

Related thread

incapsulatesshamala commented 3 years ago

Any update in this fix?

anujraghuvanshi commented 3 years ago

Hi @incapsulatesshamala - Give a try by installing plugin by this url

Hope it will work for you too as I have managed by this.

incapsulatesshamala commented 3 years ago

@Anuj-Raghuvanshi Thanks for the response.

It is not working for me, May be because i am using ionic3

anujraghuvanshi commented 3 years ago

Have you checked the version of installed plugin ? Is it 0.9.0-beta.0 ? I think it should work if this version is installed.