Line Breaks In Mobile Details Secton

How does one specify line breaks in the deails version for Mobile Devices?

I am populating the field from a connector and had to append
to each line.
This works for Safari browser in Desktop Browser, but, on an iPhone browser all text is displayed without any line breaks.

Thanks

Edit: Actually its the event preview section that seems to not support line breaks.

You may modify selected_event template as you need:

scheduler.templates.selected_event = function(…){…}

Here are docs:

docs.dhtmlx.com/doku.php?id=dhtm … :templates

Note that template should be set before dhx.ready() call.