Yoko
Yoko
Any news on this one?
I have the same problem. Any solution?
When you tap on the Select, it tries to open the OS color picker and it's crashing on mobile. I gave up. I did similar class around Quill JS and...
@aniketsongara You can't fix it. The problem is coming from the JS library. I provided copy/paste code that works with Quill JS editor and does the same as this one....
@aniketsongara Updated my post with instruction and code. Hope this helps.
``` LayoutBuilder( builder: (context, constraints) => HtmlEditor( hint: "Your text here...", //value: "text content initial, if any", key: keyEditor, height: constraints.maxHeight, showBottomToolbar: false, ), ) ```
Steps to reproduce: 1. Create new flutter app 2. Add example code from the instructions 3. Try to pick a color and tap "Select" button on the color picker window...