Android: ScrollableView dimension issue #13542
Unanswered
tyroneBaba
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you create an example? I'm not sure how your layout looks like. It should be something like <Window>
<ScrollableView>
<View />
<View />
<View />
</ScrollableView>
</Window> You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On Android, I open a page that opens a scrollable view with a height and width are Ti.UI.SIZE. On the first open, it seems to be fine but on the second open, it disappears and doesn't show. If I set the dimensions to a fixed size it's fine but unfortunately, I can't predict the size.
Has anybody experienced this or know what this is? The height and width of the content in the scrollable view change dimensions but opening the same page that should have the same content, the second time, makes everything disappear.
Beta Was this translation helpful? Give feedback.
All reactions