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

the send button doesnt appear on my phone till i press symbols or space also in my emulator but it works perfectly with the pc keyboard on the emulator #601

Open
joeymeb opened this issue May 24, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@joeymeb
Copy link

joeymeb commented May 24, 2024

the send button doesnt appear on my phone till i press symbols or space also in my emulator but it works perfectly with the pc keyboard on the emulator

@joeymeb joeymeb added the bug Something isn't working label May 24, 2024
@mulderpf
Copy link

I have noticed the same. I assume it was the emulator as it seems fine on my phone.

@joeymeb
Copy link
Author

joeymeb commented May 29, 2024

it doesnt work on my phone correctly?

@demchenkoalex
Copy link
Member

I suggest using inputOptions: InputOptions() with sendButtonVisibilityMode set to always. I don't understand why this simple logic _sendButtonVisible = _textController.text.trim() != ''; would not work on some devices..

@SnowyTusk
Copy link
Contributor

image
That's the only way it works properly. Is checking "isComposingRangeValid" really necessary?

@demchenkoalex
Copy link
Member

no idea where it came from lol, seems like a bug to me, it shouldn't be there.

@SnowyTusk
Copy link
Contributor

no idea where it came from lol, seems like a bug to me, it shouldn't be there.

Then we are waiting for a fix from you in the update.

@demchenkoalex
Copy link
Member

demchenkoalex commented Jun 9, 2024

was introduced with this PR, I tested Japanese characters as well, did not observe the behaviour mentioned in the PR. Maybe the issue was fixed within the Flutter itself. Anyway, removed this return cause it probably does more harm than good.

@demchenkoalex
Copy link
Member

published v1.6.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants