TLF Input Box Softkeyboard not showing
I am creating an Android application for Galaxy Tab 10.1, the application uses a editable TLF text in order to grab text in arabic format. When running locally on local pc, it works wonderful and I can grab arabic text, unfortunately, when deployed on my device, the softkeyboard doesnt show up. I tried putting the following:
txtCompanyName.needsSoftKeyboard = true;
but still no luck. Classic Text works fine and triggers the softkeyboard naturally, but it doesnt accept arabic letters. Please advice, thank you guys!
