Scrollin of Layout differes between iPhone and Android

In our App we have a scrollable layout that functions perfectly in iPhone. In Android it does not scroll at all and truncates the content. The scroll is vertical and the content is contained in a non-scrollable container inside the layout. Any recommendations or guidelines?

Hi @pmginvestda6z
How many nested scrollable components do you have?

As it is mentioned in our docs, on Android devices, it is a known limitation that it is not possible to have three levels of nested scrollable components. If your list doesn’t scroll you have to set at most one component as scrollable or only the screen scrollable outside of the simple list component.