Hello folks, I’ve got a table that updates in real time that I then cast to a tv. The problem is that if the table gets too many entries in it then I have to make the font tiny to get it all to fit on the screen. So I’ve explored using scrolling.
- I embeded some html code onto an index.html file hosted on github and then used glides webembed to put it on the page. Sadly this partially worked in that it scrolled the contents of the index.html portion but not the table right above it.
- I tried multiple autoscroll widgets from chrome to try to get the page to scroll. While this worked on other pages it does not work on a glide.page
I’m kinda surprised that this isn’t doable and wanted to reach out to see if anyone had any ideas.