You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The H5 page (three.js 3D effect) works fine when embedded in other Flutter pages via WebView, and touch and swipe events update the model's position smoothly.
In the FlutterQuill editor, when touching and swiping to change the position, the model only responds when I release the screen, at the moment of touch release.
Even for a normal H5 page within the flutter_quill editor, touch and swipe events do not work.
Expected results
How can I enable touch and swipe events to work on the embedded H5 page within the flutter_quill editor?
Actual results
Specifically, my H5 page contains a 3D model created with three.js, and I can touch and swipe to change the position and rotation of the model. But when I touch and swipe the embedded H5 view within the editor, the model does not immediately follow my touch trajectory. It only starts changing position when I lift my finger, as if it only detects the touch event when I release the focus.
Is there an existing issue for this?
Flutter Quill version
^8.5.5
Other Flutter Quill packages versions
No response
Steps to reproduce
Expected results
Actual results
Specifically, my H5 page contains a 3D model created with three.js, and I can touch and swipe to change the position and rotation of the model. But when I touch and swipe the embedded H5 view within the editor, the model does not immediately follow my touch trajectory. It only starts changing position when I lift my finger, as if it only detects the touch event when I release the focus.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
> #[Upload media here]
9cff62edff15b31e009a20b499db233d.mp4
Logs
Logs
[Paste your logs here]
The text was updated successfully, but these errors were encountered: