html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.

Results 243 html-editor-enhanced issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If I want to show the user some kind of popup on screen and the html editor is in the background, the blurring doesn't obscure the html...

bug

The accessory bar is always displayed on iOS but serves no purpose. ![image](https://github.com/user-attachments/assets/bf94a3f1-6b58-44d9-8aac-6b3418868335) It can be removed by setting the `InAppWebViewSettings.disableInputAccessoryView` to `true` Added a new `disableInputAccessoryView` parameter to `HtmlEditorOptions`...

Is there a way to customize button or pass event on image click? I need to get src url. Please help.

question

For me the editor is working but some friends have no text-input: (Web-App is online) ![image](https://github.com/user-attachments/assets/f5d036ef-6b89-4573-9829-f0a2f9bfc945) Any idea when/why this happens?

bug

When using a TextInput and the html-editor-enhanced once the Textinput has got focus you cannot type anything in the HTML-editor anymore and the TextInput will always get the focus. When...

bug

Fix For: Unhandled Exception: Exception: HTML editor is still loading, please wait before evaluating this JS: $('#summernote-2').summernote('code', '');![BUG] #527 How fix was applied: downgraded package flutter_inappwebview from ^6.0.0 to ^5.8.0...

Not able to type anything when click on editor and when I am applying any style on getting initialize issue, please provide solution ![image](https://github.com/user-attachments/assets/7e1378ba-0dfb-447d-9316-d7db438ffea0)

bug

Hint and keyboard not showed, i cant type anything, is there something false with my code? ![image](https://user-images.githubusercontent.com/80080969/193766753-6e9162ed-58be-4849-9660-1a6d3d7f6ad4.png) ![image](https://user-images.githubusercontent.com/80080969/193766809-f0c0e9ae-3c2e-4fe4-811c-8698a5a171b4.png)

question

I have a htmlEditor that gets loaded with default content from the database. something like this `04093447794060 Works Completed at site as at 03/02/2023:   ` when I start typing in the...

**Is your feature request related to a problem?** The Problem is pinch to zoom (touchpad) supposedly to be blocked, I managed to do that on the whole flutter web app,...

enhancement