mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #55] auto scroll of webpages #51
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @creative0100 on GitHub (Nov 7, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/55
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 on GitHub (Nov 7, 2024):
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 on GitHub (Nov 22, 2024):
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.
@andiohn commented on GitHub (Nov 27, 2024):
More information about my option, if you use a tag, you could make the second page have that tag in the url? Then it would switch over and scroll? But ya, I'd love this too. Speed and distance maybe... "to the bottom" maybe as well. Cool idea!