-
Notifications
You must be signed in to change notification settings - Fork 343
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
Comments
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. |
Hi, The issue on the iOS simulator (iPhone plus 8 - 14.2). Flutter version is Channel stable, 2.0.3, pubspec.yaml (below) name: html_editor_new publish_to: 'none' environment: dependencies: dev_dependencies: flutter: uses-material-design: true |
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. |
Thanks for your support, closing this bug. |
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:
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.
The text was updated successfully, but these errors were encountered: