-
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] How to scroll HTML Editor as on keyborad open #82
Comments
Unfortunately this is not possible at the moment, see #47. Flutter does not support focusing webviews with focus nodes. I am considering creating a native version of the editor with reduced functionality but with the added benefit of being, well, native so you can integrate it seamlessly with all other content. Don't know if it will be possible though. Probably will make it like |
Ah sorry i misunderstood your question. Have you tried using |
Yes I already tried it, but no success. |
here is the code
|
Hmm could you send me the code for your entire page? That way I can see the structure of your scrollable |
Issue got fixed. As onFocus and onContentChanged, I scroll page to maxScrollExtent.
|
But, it is not the proper solution, we need to find a better way to fix this thing as, this is general issue that will may came with other developers as well. |
I agree. I'm curious how your page code is laid out with your widgets inside the scrollable. It would be really helpful to have the code for your |
|
Ah okay that helps a little bit more. 2 things:
|
|
Hmm that is odd. Would it be possible to see the page layout code? Sorry I'm asking for a lot but just having trouble reproducing your issue. |
I am trying to add html editor in add form screen, as in other field there is focus node, so by which when it tapped we request focus, but we are unable to do so with html editor.
The text was updated successfully, but these errors were encountered: