-
Notifications
You must be signed in to change notification settings - Fork 347
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] How to remove dragbar #42
Comments
Yes, you can do |
Closing for now, hope it helped! |
I don't understand why does it not let the page scroll in Flutter web? Why it eats up all the scroll events even when setting a fix height, auto scroll or even full screen? |
@Fauzdar1 unfortunately this is just how the webviews work in flutter. If I disable scrolling, then the user cannot scroll the content they have entered in the editor. Nothing I can do here, but I am considering creating a native version of the editor which should resolve these issues. This will take a while though |
Not a solution, it causes an ugly blink effect when bottom panel disappear in a second |
The blink effect is likely the editor initializing, removing the dragbar should not have any blink effect. |
Hey @iBog, can you please share your code, as I've been using it in a dialog and previously, used it without a dialog, and I didn't, even now don't face this issue. My code:
|
@iBog I'll be honest I don't see much of a difference. Out of curiosity maybe delay the setFullscreen by a few seconds to see specifically what effect that command has on the editor flickering? |
@Fauzdar1 @tneotia thanks for your attention! Can't attach file anymore (( Also doesn't make sense reproduce this issue on 120Hz screen devices ) |
Show Dialog code:
|
Hi,
Is there a way to remove this dragbar at the bottom of
HtmlEditor
and disable scrolling?
The text was updated successfully, but these errors were encountered: