Coder Social home page Coder Social logo

scrollToBottom about dash_chat HOT 4 CLOSED

fayeed avatar fayeed commented on June 23, 2024
scrollToBottom

from dash_chat.

Comments (4)

Vidar88 avatar Vidar88 commented on June 23, 2024 1

The scrollToBottom widget always appears because it isn't checked whether to show that thing in this line:

if (this._overlayEntry == null) {

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:

if (this._overlayEntry == null && widget.scrollToBottom) {

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 :)

from dash_chat.

fayeed avatar fayeed commented on June 23, 2024

@edianogama Just updated the package to version 1.0.5, it includes the solution @Vidar88 mentioned and also includes some more fixes to the UI and performance improvements. And also added a better example in the example/ folder.

from dash_chat.

edianogama avatar edianogama commented on June 23, 2024

@Vidar88 Hi, thank you very much for your response to the topic and for passing the solution.
And Thanks to the @fayeed for placing the adjustment. I upgraded here and it worked!
clapping!!

from dash_chat.

StuartMesham avatar StuartMesham commented on June 23, 2024

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.

from dash_chat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.