I don’t know why the screen is not showing the contents on the screen whenever I test it,but it shows all when in editing mode.
drted
September 10, 2020, 10:06pm
3
There are some known issues for scrolling on the web. Here is a link to a similar issue (scrolling column).
I THINK I’ve identified an issue with scrollable columns. Using the App below, you can see that when using “LIVE TEST” (web) if the column height is set to “Fill container” the top of the list is not visible. But when using Thunkable live on android, the scrollable column works correctly. But if the column height is set to “Fill contents”, the scrolling works correctly in LIVE TEST (web), but the Thunkable Live App on Android does not scroll.
The work around I used is to change the column heigh…
migo
October 13, 2020, 3:08pm
4
Same for me here
Do you meanwhile have any approach or further ideas?
drted
October 13, 2020, 4:21pm
5
My approach is to change the height setting in the Screen Start Event.
If Device = Web then
-Column Height= Fill contents
Else
-Column Height = Fill container
That solves the issue for me.