Hello!
I can not solve the problem, I made a chat using this plugin. But, the chat does not twitch nicely when new messages arrive.
When I receive a message, I have the following code: {delay: 0}
$(Support.scrollable).asScrollable('update'); $(Support.scrollable).asScrollable('scrollTo', 'vertical', '100%');
When done $(Support.scrollable).asScrollable('update');
Scrolling is initialized and turns on from the top...
And whatever I do, I see the slip of chat messages .. although this happens almost instantly ...
Help me to solve this problem please.
Hello!
I can not solve the problem, I made a chat using this plugin. But, the chat does not twitch nicely when new messages arrive.
When I receive a message, I have the following code: {delay: 0}
$(Support.scrollable).asScrollable('update'); $(Support.scrollable).asScrollable('scrollTo', 'vertical', '100%');When done $(Support.scrollable).asScrollable('update');
Scrolling is initialized and turns on from the top...
And whatever I do, I see the slip of chat messages .. although this happens almost instantly ...
Help me to solve this problem please.