The br chadacters in braces
The br chadacters in braces
When I tried the
, i tried the following:
PN.send(
"XXXXX", //Push Notification API key
{"message": "Push"
"test" } //Push notification message
);
this returned an error.
and
PN.send(
"XXXXX", //Push Notification API key
{"message": "Push" +
"test" } //Push notification message
);
this returned an error.
and
PN.send(
"XXXXX", //Push Notification API key
{"message": "Push
test" } //Push notification message
);
no surprises this returned Push
test
So the string1 + String.fromCharCode(13, 10) + string2 was parsed OK, in that no errors were returned, the "Push test" appeared in the push notification, but it didn't actually make the line break.
I hope this is clear.
thanks
line 1
line 2
Jimmy - so sorry - off on something else last 12 hours - where are you with this? Any resolution?
Hi Bruce, unfortunately not. Still stuck.
Evgene,
Do you have any ideas with this issue?
jimmy
Hello Jimmy,
We contacted our development team and unfortunately looks like that this is impossible.
Hey Jimmy - did you ever solve how to get a line break into a push notification? I would like to do that too.
Hi Rod,
Unfortunately not, I tried everything that I could think of.
If you have any luck please let me know.
Regards
James