Open bernietai opened 3 years ago
hi @bernietai . I guess in dashboards like this it may not make sense to rely on in-widget scrolling even if the widget supports this. First of all this is intended for tv right? who is going to scroll that?
I'd suggest either modify the widget interior to auto fit the container or some js to auto scroll contents periodically to give tv viewers some chance to catch.
Would you like to share more details on your use case?
See example - HTML content is cut-off at the bottom - it makes sense to automatically make content scrollable if content exceed HTML widget height. 👇
There are use cases that involve browser and scrolling. I'm using it as a dashboard on ipad and ocassionally scroll up or down
I see, can i assume you are using the online version thats provided on freeboard.io?
Here's a little thing that should help you. Have you seen the "Developer Console" on the admin menu on top?
Click there and add the following url. After clicking ok you should now have a new widget called HTML Scrollable and that should do the trick.
Hope this helps,
I'm using the open source setup locally for testing. So, not using the online version.
Thank you for the JS. will check out your version of the HTML widget
HTML Widget does not enable scrolling for overflowing content.