tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

[QUESTION] : Controller InAppWebView #518

Closed viet-tran-0159 closed 1 month ago

viet-tran-0159 commented 1 month ago

Currently the text input action(newline) is not working properly, when clicked it is double the first time it is executed

and the text will be spaced quite far away, is there any way to fix this?

thanks <3