Right to left text alignment

Hi @Nerox,

I suppose you could actually “edit” the HTML file within your code and insert line breaks, then display it via a web view. This would require knowledge of working with strings and files. Perhaps this will help:

https://docs.coronalabs.com/guide/data/readWriteFiles/index.html

Brent

Problem is its more than 500-600 files, so editing one by one won’t happen…

Also they are normal strings but converted to html text, using mltext (a plugin for coronasdk)

more detail about RTL problem in this topic,

The RTL problem must be solved.