-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple lines can not be entered on android #84
Comments
I’m not entirely sure I understand the issue. Can you share more details (esp about the second sentence)? And specs of the devices you see and don’t see this on. |
keyboard-input/style
I saw it on following devices. zenfone5z |
Is this bug? or Is my operation wrong? |
So the problem is that when you press 'shift' you get an 'enter' key that doesn't behave as an 'enter' key? Never tried that really. What would you suggest? The current implementation is: editText.setImeOptions(EditorInfo.IME_ACTION_DONE) Does it matter whether or not you pass in the |
So IME options is actionDone, closing the soft input method. ・actionDone It may be better to set the IME option to actionNone. ・actionNone |
Multiple lines can not be entered at android.
Is IME Options actionDone?
It can not be like the demo video.
The text was updated successfully, but these errors were encountered: