tneotia/html-editor-enhanced

[BUG] iOS does not accept any key inputs

raghavan-mookiah opened this issue · 4 comments

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.

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).
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

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.