Describe the bug
Editor content is not scrollable in Flutter version 3.7.0. It seems to be a problem with the gesture recognizers set in the InAppWebView widget.
To Reproduce
Steps to reproduce the behavior:
Install the latest stable release of Flutter (3.7.0)
Run the html-editor-enhanced library sample project.
Try scrolling the contents of the editor.
Expected behavior
The editor content should scroll when I do a vertical drag.
Describe the bug Editor content is not scrollable in Flutter version 3.7.0. It seems to be a problem with the gesture recognizers set in the InAppWebView widget.
To Reproduce Steps to reproduce the behavior:
Expected behavior The editor content should scroll when I do a vertical drag.
Screenshots https://user-images.githubusercontent.com/18601109/208055790-3a159760-ca4c-4c78-aaf9-a6a3c608e464.mp4
Device: Flutter 3.7.0, Android API 32.
Additional context I tried changing the gesture recognizers from:
to:
and the content scrolls correctly.