Interchange the messages from left to right for the other user

Hi. I made an chat app using chat view. How to Change the users name from Left to Right and Right to left in their respective screens

Imagine this is my Screen, How can I interchange the messages from left to right for the other user

I don’t know answer of this. :confused:

Change the add as Sender value from true to false.

1 Like

I didn’t used chatview in kodular but i gave little trick from javascript.
If message.username === username
then right
else left

Here username logined user message containing username of message posted

1 Like