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.
// After registrationpush.on("notification",(function(data){console.log('[_initializeAndroidIOSNotifications] on push "notification":',data.additionalData);});
Logs taken while reproducing problem
--
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behaviour
Should preserve all the "unsupported" keys in the "additionalData" object
Actual Behaviour
Does not preserve all the key-value pairs in Androidref and iOSref notification objects
For example:
image
,sticky
,visibility
,notification_count
Reproduce Scenario (including but not limited to)
Send a notification through FCM to an app that is using this plugin and log the argument of
.on('notification')
's callbackSteps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 9
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Samsung
Cordova CLI version and cordova platform version
Plugin version
Sample Push Data Payload
Sample Code that illustrates the problem
Logs taken while reproducing problem
--
The text was updated successfully, but these errors were encountered: