-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Boring text upload message in the top left corner of the page #28
Comments
Hi, which web renderer are you using when building the page? I suggest to use the html web renderer. See here: https://github.com/tneotia/html-editor-enhanced#important-note-for-web If you are using the html renderer then let me know and I'll look into this. Thanks! |
Yes, i'm using html render. I run the flutter with the following command: |
Hmm I tested with the example app and your widget code, but I cannot reproduce: As you can see I inserted an image there but I don't see any "pick file" button in the top left. Would you be able to share the code of your entire page? This way I can exactly test your use case and see what the issue is. Thanks for the reply! |
Thanks for this detail. I will check in the morning on this issue, if you want to send the project that will be fine also. |
Okay, thanks for support!! |
Hello! Sorry for answering for late, i do some changes in the exemple project, i removed the appBar and added my custom theme, the bug probably resides in some settings of theme. The files of project above: |
Yep, the issue is the theme. You have the line If you remove the opacity from |
Nice! Problem resolved. Thanks for support!! |
Hello, i'm using the html-editor and ever when do upload image in text edditing an text is showed in the top left side from page saying "Find file - NameFile ". How i remove it? The image bellow show the message in my page.
My CustomHtmlEditor:
The text was updated successfully, but these errors were encountered: