I'm developing an AIR mobile application (iOS and Android) for the middle-east market. I'm trying to "create" input textfield that support the arabic font and the RTL direction:
- (classic) TextField doesn't support the RTL direction
- TLFTextField supports RTL direction but doesn't work properly on mobile devices (at least, on iOS devices: softkeyboard isn't shown)
- StageText is perfect for mobile devices but it seems doesn't support RTL direction (I don't know about the arabic font)
Did someone has never been in this situation? Which could be a solution? I'm a bit demoralized...
Thank you all in advance.