-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Android notification only single line and no sound #724
Comments
@jur-clerkx you are using ionic push right? |
@macdonst Yes I do, but they reffered to this page for more explination. Does ionic push not provide all the functionalities? |
@jur-clerkx the thing is when you send that push data to Ionic they subtly transform it before sending it onto the device. I need to talk to @ericb about it. |
@macdonst So atm there is no fix for both of my problems? Could you keep me updated about the matter? Nevertheless thanks for your quick response :) |
@jur-clerkx Nothing obvious to me at the moment as I don't use Ionic Push during my testing but I know the Ionic team uses this plugin. @ericb (Ionic) and I just back channeled and we will talk on Tuesday to figure out what is going on and to better support people using Ionic Push. I'm actually on vacation right now :) |
@macdonst Thank you very much for your time, I'll check back here after Tuesday. Enjoy your vacation! |
@jur-clerkx We have a gitter channel you can hop into if you'd like to try and troubleshoot your problem with us. |
Turned out that it is probably a bug. Setting the |
@macdonst I have this and I'm not using ionic push. It only happens when the app is not running though. Expected BehaviourNotification with the full body visible. Actual BehaviourSingle line text, ended in "...", can not be expanded or read anyway. Only happens when the app is not running. When the app is running, everything is as expected. Reproduce Scenario (including but not limited to)Steps to ReproduceForce close the app and send a notification. Platform and Version (eg. Android 5.0 or iOS 9.2.1)Android 6.0.1 CyanogenMod 13 (Android) What device vendor (e.g. Samsung, HTC, Sony...)Zenfone 2 Cordova CLI version and cordova platform version
Plugin version
Sample Push Data PayloadDefault, only changing data and notification objects, see code Sample Code that illustrates the problem
Logs taken while reproducing problemnothing worth mentioning |
Try this one. It works for me
|
This thread has been automatically locked. |
Expected Behaviour
Notification will show full message, if the message is to big the notification will be expendable.
Actual Behaviour
Message show as: "This message is too lo...". Also, there is no sound when receiving the notification.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 5.1
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Motorola Moto G (and all other devices I tested with)
Cordova CLI version and cordova platform version
Plugin version
1.6.0
Sample Push Data Payload
The text was updated successfully, but these errors were encountered: