I would like to send push message with break lines.
Is it posible from javascript?
I would like to send push message with break lines.
Is it posible from javascript?
Hi Carles,
Do you send notifications from Push console or from your app?
Break lines in a message correspond to entered in console.
When send from application, use code\n/code for a new line.
Work's fine
thanks