Text wrapping solution

Can I wrap text using drawText() with Dynamic Texture or something similar out-of-the-box, or do I have to resort to attaching gui buttons? I have tried to approach this topic manually, but can’t get newline or <br> to work at all. Quick R&D showed others have similar issues. I have found that there is thie HTML property called innerText - how can I refer to this? Thanks in advance

With dynamic texture, if you pass your canvas in the constructor you can be in full control of it and once done drawing you can call update to flush the new state on the GPU.

@sebavan thank you for the tip! One question: will that work on mobiles (webGL 1)?