Y
Hacker News
new
|
ask
|
show
|
jobs
by
lai
3264 days ago
This looks cool, but can you guys fix your push state code, I can't hit back to come back to HN.
5 comments
TryItOnline
3263 days ago
That should be fixed.
link
dookahku
3264 days ago
confirmed. Chrome 59.0.3071.115 on Mac back button is broken.
cool site, tho
link
likelynew
3264 days ago
Long press back button and select HN.
link
leipert
3264 days ago
THANK YOU. Before Shift-Back (or right click?) would work and it stopped working a few versions back.
link
venning
3264 days ago
Doesn't help you on mobile.
link
riquito
3264 days ago
It works on Firefox, give it a try
link
isatty
3264 days ago
confirmed, safari Version 10.1.1 (12603.2.4) macOS
link
teekert
3264 days ago
Yes, same here, FF 54.01 (64 bit) on Arch Linux.
link
PhasmaFelis
3264 days ago
Double-tapping back sometimes works on sites where the landing page immediately forwards you to something else, but this site appears to actively hijack the back/forward buttons. For shame.
link
TryItOnline
3263 days ago
Not intentionally. This was a simple bug: a
history.pushState
that should have been
history.replaceState
.
link