-
Notifications
You must be signed in to change notification settings - Fork 211
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
scrollToBottom #4
Comments
The scrollToBottom widget always appears because it isn't checked whether to show that thing in this line: dash_chat/lib/src/chat_view.dart Line 293 in bda884a
It is always created and stays on top of everything even if you leave the chat screen in my app. I created my own instance of the chat view and fixed it by adding:
This is working for me, as I needed to change a few other things in my app (like stopping the chat input to disappear out of viewport when inside a tabbarview). Maybe the author could provide a fix for that in a next release :) |
@edianogama Just updated the package to version |
I am using package version 1.0.15 and it seems the problem is back. The scrollToBottom widget stays on top of everything even when I leave the chat screen. |
Describe the bug
Hello again Fayeed.
I really liked the UI, so I don't want to abandon it. But I have a problem.
How can I disable scrollToBottom ?
When set scrollToBottom to false, nothing happens, the button keeps appearing;
Why am i wanting this?
Because when sending messages, sometimes a bug happens and it can't go to the bottom of the automated scroll.
And The distance it disappears from the footer is too short and I couldn't adjust this part.
When the keyboard is open and I send a message, the scroll does not reach the end.
If there is any way to get the down button only halfway up the screen, it would be ideal for me.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: