Skip to content
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

Open
iwatashin opened this issue Jul 26, 2018 · 5 comments
Open

Multiple lines can not be entered on android #84

iwatashin opened this issue Jul 26, 2018 · 5 comments

Comments

@iwatashin
Copy link

Multiple lines can not be entered at android.
Is IME Options actionDone?
It can not be like the demo video.

@EddyVerbruggen
Copy link
Owner

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.

@iwatashin
Copy link
Author

iwatashin commented Jul 26, 2018

Can you share more details (esp about the second sentence)

keyboard-input/style
android:imeOptions

And specs of the devices you see and don’t see this on.

I saw it on following devices.

zenfone5z
emulater Nexus5x

nk

@iwatashin
Copy link
Author

Is this bug? or Is my operation wrong?

@EddyVerbruggen
Copy link
Owner

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 suppressSuggestions and maxChars properties?

@iwatashin
Copy link
Author

So IME options is actionDone, closing the soft input method.

・actionDone
The action key performs a "done" operation, closing the soft input method. Corresponds to EditorInfo.IME_ACTION_DONE.

It may be better to set the IME option to actionNone.

・actionNone
This editor has no action associated with it. Corresponds toEditorInfo.IME_ACTION_NONE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants