Dear All,

I am testing some code on a sony xperia z2 tablet. I am having some problems with the sony software keyboard. Its not calling onEditorAction().

I don't think its a problem with my code. Since when I switch the keyboard, to for example the hackers keyboard app, my code receives onEditorAction() calls.

What the sony software keyboad does is the following: When pressing enter, it just inserts the newline in the multi-line text field of my app. But it does not invoke onEditorAction().

Is there some special trick to instruct the sony xperia software keyboard to call onEditorAction()? Some hidden ime options? Or some other route like an InputChannel?

Best Regards

P.S.: For onKey the android doc says: "Do not assume a software input method has to be key-based; .. there is no way to reliably catch soft input key presses." Is there a similar no guarantee for editor actions?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to