Someone can help me with this:
I just use a simple “recycler view” with a text inside (with default settings).
I see it and works perfeclty on web, but on Andoid it does’t appear
In web:
In Andoid:
Someone can help me with this:
I just use a simple “recycler view” with a text inside (with default settings).
I see it and works perfeclty on web, but on Andoid it does’t appear
In web:
In Andoid:
It may be because on the page, you do not have activated the “Disable scrolling” in the “STYLE” part, also play a little with the recycler container by inserting it into the “Scroll View” component. Staying more or less like this.
Thank you. I will try.