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

**Is your feature request related to a problem? Please describe.** How can we add the MathJax support for mobile devices? **Describe the solution you'd like** For starters, View only support...

enhancement

Hello! i like your plugin, but i got a problem. If user copy text or content from website then paste it to html editor, styles come too. How to cleaning...

enhancement

On the iOS simulator there is no text area showing, but there is a toolbar. - Toolbar is different from the Summernote toolbar in that it stretches across the screen...

bug

Hello all, the PR at https://github.com/flutter/flutter/pull/83537 now enables support for rich content (ie any widget under the sun) inside the stock editable text. This is absolutely *huge* for the future...

enhancement

Hi @tneotia, First of all, this is a great package after I try several functionalities. I am planning to adopt this package into my flutter web project. However, I found...

bug

Environment tested : Oneplus 6, android steps to reproduce: focus at the end of the line, and press enter (return key) multiple times. cursor was still in same position. but...

bug
help wanted

Darkmode to be able to change state whenever it is true or false without hot reload to see the effect

enhancement

Type question here. ![image](https://user-images.githubusercontent.com/15826462/191400391-7ce70b3e-fb3c-4e15-99b0-8d8dbb8ae664.png) /// Adds a character limit to the editor. /// /// NOTE: ONLY WORKS ON iOS AND WEB PLATFORMS!! final int? characterLimit; **Character limit, can Android set?**???

question

**Describe the bug** Hi, the editor is working properly on web, but on android its causing some rendering issue. Could you please check this. Thanks ![Screenshot 2022-08-12 at 11 44...

bug

Hi, Thank you guys for your awesome package i want use evaluateJavascript function but htmlEditorController doesn't have evaluateJavascript just has evaluateJavascriptWeb function how to change evaluateJavascriptWeb to evaluateJavascript? Can you...

question