debloper / piosk

One-shot set up Raspberry Pi in kiosk mode as a webpage shuffler, with a web interface for management.
Mozilla Public License 2.0
78 stars 6 forks source link

auto scroll of webpages #55

Open creative0100 opened 2 weeks ago

creative0100 commented 2 weeks ago

first off, thank you debloper. Piosk worked perfectly right off the bat.

Would it be possible to add in the ability to scroll a webpage automatically if needed? I have some dashboards that need to scroll but I am unsure as to how to do that with my limited knowledge.

like this: https://jsfiddle.net/QUCWe/

andiohn commented 2 weeks ago

That'd be cool. You could simply do it in the html though. Scroll to a section based on it's tag after a delay.

debloper commented 4 days ago

Hey creative0100, thanks for using PiOSK and glad to know it worked well for you.

Currently I'm a bit tied up; but even then I'll need some time to think about if this should be an integrated feature or PiOSK or a page specific config option (if at all).

Cool effect bythway; I'm keeping it open, in case anyone else comes looking for something like this.