Hacker News new | ask | show | jobs
by Swizec 4837 days ago
"I can resize my width too", that is really cool of you, but it would be nice if you also didn't go beyond my screen edge. Especially if the Next button is there.

Also consider adding push history support or whatever that's called. I'd like to click back in my browser to go back in the intro.

This is mostly because the back/forth touchpad gesture added in some version of MacOS or another, combined with the back/forth buttons on the mouse I use on the linux machine, have made me big users of the Back functionality. Something I would never click on "manually" and wouldn't even consider exists otherwise[1].

[1] Before those two developments I spent 5+ years convinced that nobody ever clicks Back in a browser.

2 comments

Do you know about : https://heatmap.mozillalabs.com/ ?

The back button is heavily used, even without gestures/mouse.

First off, thanks!

1. I can't really fix the beyond screen edge problem. I guess it's Bootstrap's popover problem. However, in practice, this is probably not a big issue. If you feel like the popover's gonna go off screen, consider adjusting the popover's placement.

2. That's a nice feature to have but probably not a quick fix, I'll put my effort into that asap