html-editor-enhanced
html-editor-enhanced copied to clipboard
A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
**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...
The accessory bar is always displayed on iOS but serves no purpose.  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.
For me the editor is working but some friends have no text-input: (Web-App is online)  Any idea when/why this happens?
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...
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 
Hint and keyboard not showed, i cant type anything, is there something false with my code?  
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,...