-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll back up button #377
Comments
I'm interested in adding this work to your website, I'm open to be assigned the case and I would be happy to solve it. |
@MarcosApodaca: There is already a PR for this issue (linked just above your comment). Your review on that one is welcome. |
I saw it, but in the web it is not implemented yet, enter in the section of countries, and when you scroll the names, the scroll does not appear to take you to the top of the page. |
@MarcosApodaca |
@MarcosApodaca As RVA2869 said, it hasn't been merged yet. Which means that this is a great opportunity for you to set up your local environment, and switch to that branch and see if it works locally for you. That will give you a flying start for another issue too. |
As someone who runs desktop Firefox on my phone, is this for other mobile browsers which do not have this builtin nowadays? |
I was mostly thinking about this as a desktop feature. But now that I tried it on Firefox on my phone, I don't see anything like this. Is it not enabled by default? |
I'm not sure about Android and iOS browsers. Edit, on iOS you just press the statusbar. On desktop I think "all" browsers support pressing |
Clicking the active tab does nothing on Firefox or Chrome on desktop for me. The home button works, but is a two-hand combination on my laptop keyboard (need to be combined with Fn (function)), so I need to let go of the mouse to use it. |
I'm convinced, on Android does accelerated scroll work and if so should we hide it on mobile? |
The feature
As some of our pages are really long, especially country pages, it would be nice with a button that brings you back to the top on those.
Why?
It could save time and also increase accessibility somewhat. Also, implemented right it looks kind of cool.
Examples and inspiration
I stumbled upon this neat and dynamic solution using only CSS:
It shows the button only after have started scrolling down a bit. For us, it could be when you have scrolled past the country info box.
The text was updated successfully, but these errors were encountered: