Custom Text Editor - Differences on Test mode VS Web

Custom Code

Hello FlutterFlow team 👋

I built a rich text editor using Flutter Quill package, and I’ve just tested it on the web. However, the behavior is not the same as in test mode.

I’ve reviewed all my custom widgets (no issues) and checked that all package dependencies are up to date. So I’m reaching out in the hope that someone can help me figure out what might be causing this.

On web: Slash menu do not appear while I type '/'

On Test Mode : the slash menu appears

On test mode: the floating toolbar appears. (expected behavior)

On web: the floating tool bar doesn't appears.

What have you tried so far?

I’ve reviewed all my custom widget (no issues) and checked that all package dependencies are up to date.

Did you check FlutterFlow's Documentation for this topic?
Yes