You cant use chat_view in Horizontal Arrangement

I checked out Bugs in Kodular Eagle before creating a new topic

Describe your issue

I try show Messages with the chat_viewer in a Horizontal Arrangement.
It doesnt work.

Steps to reproduce the issue

1.) Layout >> General >> Horizontal Arrangement
2.) Layout >> Views >> Chat View

Expected Behaviour

chat_viewer show messages.

Actual Behaviour

chat_viewer dont show messages.

Show your Blocks

Android version

Samsung Galaxy S9 & S10 - Android v10

1 Like

Hello
Could you also upload an apk containing the bug so that we can test further? Thanks

1 Like

TellMe.aia (22.2 KB)
Its not a apk but try it.

I can confirm it’s a bug. I’ve opened a topic in our issue tracker from where you can find updates.

For now, you can place the ChatView inside a VerticalArrangement, and that VerticalArrangement in your HorizontalArrangement

HorizontalArrangement -> { Spacer | VerticalArrangement -> {ChatView} | Spacer}

5 Likes