I have integrated dhtmlx mobile scheduler. When details text is large it will cut down because dhtmlx scheduler event detail view take static height in style?
I am able to resolve this issue using following command.
$$("scheduler").$$("eventTemplate").$view.style='';
May be it help some else.