Hi All,
In Thunkable X, scrolling works as expected in Android, but appears to be broken in iOS.
I’m using the following test to output several screens’ worth of text to a label:
In Android, the text is scrollable from beginning to ending (several screenfuls), with the expected “springiness” at the beginning and ending. However, in iOS, the text is limited to only the first screenful, but also with the springiness at the beginning and ending. All of the rest of the text is missing.
The screen has “Scollable” set to “true”, and the label has “Height” set to “Fit contents”.
Any reason why iOS is not working as Android?
Thanks!
BillG