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
274 stars 331 forks source link

[QUESTION] How to disable the image adjustment menu? #473

Open Mhee777 opened 10 months ago

Mhee777 commented 10 months ago

Screenshot_20231116_032909_com vetcaare app2

I would like to disable this image adjustment menu that appears when clicking on an image. Is there any way to disable it?

mehmetemregokberk commented 9 months ago

Did you find a solution? For example, if I reduce the image by 25% and save it, HTML viewers cannot open the image. They can only open it in its original size. I need to cancel adjust menu too...

Aruljebaraj commented 5 months ago

any solution to this?

gghh0408 commented 3 months ago

it is so easy. just search the "100%" text in the js file. and you can edit to disable the menu dialog. just like the pic edit dialog or pic focused tips.

but when I am using the HtmlEditor on Android and iOS with a TextField in the same page, focusing on the TextField and then HtmlEditor, the focus will not go away from TextField. who can deal with it.?

or i can get the touch index and then requestFcous() again by used some method?