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 news on this? Vertical scrolling was working in iOS, but stopped about two? months ago, maybe after upgrading to iOS v11.4.1. I tried doing scrolling in a Column, but it has the same issue.
Just an update. Vertical scrolling on iOS started working again after the iOS v12.0 upgrade. It now works in a scrollable Column, but still does not work in a scrollable screen. (In Android, it works in both.)