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

[BUG] iOS does not accept any key inputs #7

Closed
raghavan-mookiah opened this issue Mar 20, 2021 · 4 comments
Closed

[BUG] iOS does not accept any key inputs #7

raghavan-mookiah opened this issue Mar 20, 2021 · 4 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@raghavan-mookiah
Copy link

Describe the bug
Not accepting any key inputs in the ios version with the latest flutter version. please check on this. Thanks

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Device:
Add device details here.

Additional context
Add any other context about the problem here.

@raghavan-mookiah raghavan-mookiah added the bug Something isn't working label Mar 20, 2021
@tneotia
Copy link
Owner

tneotia commented Mar 20, 2021

Hi, I don't have a physical iOS device but after testing on the Simulator I cannot reproduce this - input is working just fine.

Are you on a physical device? Also your widget code would be helpful to troubleshoot.

@tneotia tneotia added the awaiting-response Awaiting response from OP label Mar 20, 2021
@raghavan-mookiah
Copy link
Author

raghavan-mookiah commented Mar 21, 2021

Hi, The issue on the iOS simulator (iPhone plus 8 - 14.2).
It is a brand new project created using the command flutter create
and copied the main file with your example project's main file.

Flutter version is Channel stable, 2.0.3,

pubspec.yaml (below)

name: html_editor_new
description: A new Flutter project.

publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
html_editor_enhanced: ^1.7.0
cupertino_icons: ^1.0.2

dev_dependencies:
flutter_test:
sdk: flutter

flutter:

uses-material-design: true

@tneotia
Copy link
Owner

tneotia commented Mar 21, 2021

Hi, I use iPhone 12 Pro (iOS 14.1) simulator. One thing with the simulator is that it seems the hardware keyboard input doesn't work with the webview for some reason. I have other projects using the same webview plugin and hardware input doesn't work there either.

Because of this, can you try using the software keyboard (do I/O > Keyboard > Toggle Software Keyboard), and use your mouse to click the keys? I do this and it works, which means on a physical iOS device it will work as well.

@raghavan-mookiah
Copy link
Author

Thanks for your support, closing this bug.

@tneotia tneotia changed the title [BUG] ~~[BUG]~~ iOS does not accept any key inputs Apr 28, 2021
@tneotia tneotia changed the title ~~[BUG]~~ iOS does not accept any key inputs [BUG] iOS does not accept any key inputs Apr 28, 2021
@tneotia tneotia added wontfix This will not be worked on and removed awaiting-response Awaiting response from OP bug Something isn't working labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants