softKeyboard in iOS
Hi,
I'm struggling with a text editor issue in iOS. My customer uses RichEditableText in a web project and wants to use the same in iOS, but there is no softKeyboard support in iOS for this.
I've tried cobbling together something to act as an alias, but that doesn't request the keyboard either.
So it looks as if I am limited to either TextArea or TextInput for request of soft keyboard? But that can't be right, surely?
There must be a way to get the requestSoftKeyboard() function to be respected in iOS. Please provide any pointers you can!
G
