Is there some way to set a 'direction' property for right to left text?
I'm working on an app that allows users to enter quotations in different languages. From the API it doesn't seem that textArea or textField have a 'direction' property - so that text can properly display right to left text.
As a workaround I could create html input fields using a webView and set the css 'direction:rtf'.
It seems that this would be a really useful feature to include in Titanium.