-
Notifications
You must be signed in to change notification settings - Fork 346
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] Project update #479
Comments
Anyone has any ideea why is the editor seems larger than the parent widget?
|
print the values of maxWidth and maxHeight - they're probably infinity, |
No, they are not, already tested that.
|
I don't know what HtmlElementView is. What happens if you do this |
I'm not sure what you're doing. Maybe use flutter_widget_from_html (HtmlWidget) instead of the embedded thing. So is the idea of the embedded thing so the browser interprets the html meaning all tags etc. are supported. |
The summernote status bar seems to be is the issue. It's taking aditional 10 px, I will disable it for now. Update, apparently the issue was caused by padding from the summernote editor. |
Since the owner of the repo didn't answer, I went ahead and made a new package to continue development there. The package can be found at: https://pub.dev/packages/html_editor_plus |
Thank you. I'll migrate to your package soon. |
Hi, PRs are definitely accepted, only thing I ask is to make it easy as possible to review. PRs with mainly formatting changes become extremely difficult to review. I am not as active but I try to take a look at my notifications every now and then so you can ask questions as well, no issues. |
Hello, I was looking into the project because I want to help with it, as I am also using it in a project.
What I want to do at the moment:
Enable support for desktop.Currently flutter_inappwebview package does not support desktop, so we can't add it to editor.Afterwards I want to help:
Since this is your repo, I have a few questions:
The text was updated successfully, but these errors were encountered: