I want to show a notification in Intel XDK by using Cordova Notification plugin with multiple line message like:
I had search around and try resolutions like using "\n" or "\r\n" or "\n" but all of them not working.
What should I to solve this problem or Cordova Notification plugin not supported multiple line message?
This doesn't work
navigator.notification.alert("break<br>the line",null,"Test","OK");
This works
navigator.notification.alert("break \r\n the line",null,"Test","OK");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With