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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
NOTE: This was working before (not sure when it stopped working) on both IOS and Android.
Expected Behaviour
On clicking notification action button, it should trigger the corresponding event, e.g. on('applyTimeline') should trigger.
On Android, it is working perfectly fine.
Actual Behaviour
On clicking notification action button, it only opens the app, and on('notification') event triggers.
Reproduce Scenario (including but not limited to)
Every time I receive notification (with category that contains action buttons), the buttons do not work.
Steps to Reproduce
IOS App
Send Notification
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 12.4.6
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
iPhone 5s
Cordova CLI version and cordova platform version
cordova --version # 9.0.0
cordova platform version ios # 5.1.1
Plugin version
cordova plugin version | grep phonegap-plugin-push # 2.3.0
Sample Push Data Payload
I receive following payload when I get notification:
I have the same problem. on('notification') is called but not the specific callback from the action button. I expect on('notification') NOT to be called on such event. Works fine on Android. Tested on an iPad 4.4 running iOS 10.x. Push plugin 2.3.0
NOTE: This was working before (not sure when it stopped working) on both IOS and Android.
Expected Behaviour
On clicking notification action button, it should trigger the corresponding event, e.g. on('applyTimeline') should trigger.
On Android, it is working perfectly fine.
Actual Behaviour
On clicking notification action button, it only opens the app, and on('notification') event triggers.
Reproduce Scenario (including but not limited to)
Every time I receive notification (with category that contains action buttons), the buttons do not work.
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 12.4.6
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
iPhone 5s
Cordova CLI version and cordova platform version
Plugin version
Sample Push Data Payload
I receive following payload when I get notification:
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: