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

Return key on desktop keyboard (using simulator) doesn't work #234

Open
sgehrman opened this issue Jan 22, 2020 · 9 comments
Open

Return key on desktop keyboard (using simulator) doesn't work #234

sgehrman opened this issue Jan 22, 2020 · 9 comments

Comments

@sgehrman
Copy link

Return key does nothing, but clicking the return key on the onscreen keyboard works.

@cristianvasquez
Copy link

cristianvasquez commented Jan 22, 2020

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

@cgestes
Copy link
Collaborator

cgestes commented Jan 23, 2020

I have a strange behavior...

On the web I can create new lines (using return).
But on mobile I cannot create new lines anymore (simulator or physical device). (using dev 1.14.3).

@cgestes
Copy link
Collaborator

cgestes commented Jan 23, 2020

I can confirm that It's not possible to create a new line using return in zefyr example app running in the simulator.

@cgestes
Copy link
Collaborator

cgestes commented Jan 23, 2020

bug here:

performAction is called but unimplemented. patch incoming :)

input.dart:

  @override
  void performAction(TextInputAction action) {
    // no-op
  }

@cgestes
Copy link
Collaborator

cgestes commented Jan 23, 2020

Fixed here: #195

@MarcelEdward2
Copy link

When is this pr going to be merged ?

I got the enter issue also

@pulyaevskiy
Copy link
Contributor

Wondering if anyone can share exact steps to reproduce this issue?

@cgestes
Copy link
Collaborator

cgestes commented May 31, 2020 via email

@pulyaevskiy
Copy link
Contributor

I just ran the example in simulator of Android Q and Android R - cannot reproduce this. Any more details?

britannio added a commit to britannio/zefyr that referenced this issue Jun 16, 2020
support double tapping to select text
remove html codec
update pedantic
fix potential emulator return key bug per memspace/zefyr issue memspace#234
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

Successfully merging a pull request may close this issue.

5 participants