microsoft / Teams-AdaptiveCards-Mobile

MIT License
9 stars 16 forks source link

[iOS] Fix: Container vertical resizing may fail for large images #241

Closed wyAbhishek closed 1 week ago

wyAbhishek commented 1 week ago

Issue

In Teams client, container with large image were not getting resized properly. There can be gap below container. It happens only in stack layout and only in Teams.

Fix

Reverted stack layout changes in container. We will add the vertical container first then render children. Before we rendered all children of container then added to view group. Now we will add the container to view group then add children.