-
Notifications
You must be signed in to change notification settings - Fork 550
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
Return key on desktop keyboard (using simulator) doesn't work #234
Comments
Same here, I'm just trying the lib for the first time with the example provided. Update: works with onscreen keyboards, but not with the keyboard of my tablet. Perhaps is related to this: flutter/flutter#19027 |
I have a strange behavior... On the web I can create new lines (using return). |
I can confirm that It's not possible to create a new line using return in zefyr example app running in the simulator. |
bug here: performAction is called but unimplemented. patch incoming :) input.dart:
|
Fixed here: #195 |
When is this pr going to be merged ? I got the enter issue also |
Wondering if anyone can share exact steps to reproduce this issue? |
Just use a recent android simulator.
…On Sat, May 30, 2020 at 7:38 PM Anatoly Pulyaevskiy < ***@***.***> wrote:
Wondering if anyone can share exact steps to reproduce this issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#234 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL75PXY72ZB2R5VCV335TRUFAAZANCNFSM4KJ7FLZA>
.
|
I just ran the example in simulator of Android Q and Android R - cannot reproduce this. Any more details? |
support double tapping to select text remove html codec update pedantic fix potential emulator return key bug per memspace/zefyr issue memspace#234
Return key does nothing, but clicking the return key on the onscreen keyboard works.
The text was updated successfully, but these errors were encountered: