You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you so much for the work that you have done to create this package, it made my life easier :) However there is one thing that I am still cannot manage to do, that is if in chat window I scrolled in the middle of container and I sent the message, it doesn't scroll to bottom (perfect and expected behavior) but I would like to make a button that can help me scroll bottom and there is no event in this package that tells me that scroll to bottom is not achieved, i.e (v-chat-scroll-top-reached ) is the event if div top is reached. What if there is an event that can tell that in is somewhere in middle neither top or bottom, I can then use that event to show scroll to bottom button.
I there are a lot of work around for that, in JS but any suggestion from your side in this package will be highly appreciated.
The text was updated successfully, but these errors were encountered:
IAmShafqatAli
changed the title
Event to detect that scroll is not bottom
[Help Required] Event to detect that scroll is not bottom
Jan 19, 2021
Hi,
Thank you so much for the work that you have done to create this package, it made my life easier :) However there is one thing that I am still cannot manage to do, that is if in chat window I scrolled in the middle of container and I sent the message, it doesn't scroll to bottom (perfect and expected behavior) but I would like to make a button that can help me scroll bottom and there is no event in this package that tells me that scroll to bottom is not achieved, i.e (v-chat-scroll-top-reached ) is the event if div top is reached. What if there is an event that can tell that in is somewhere in middle neither top or bottom, I can then use that event to show scroll to bottom button.
I there are a lot of work around for that, in JS but any suggestion from your side in this package will be highly appreciated.
The text was updated successfully, but these errors were encountered: