Hacker News new | ask | show | jobs
by desdiv 3527 days ago
I'm very impressed that middle-click/ctrl-click works flawlessly. That's increasingly becoming a rare thing on the web these days.

Forward and backward navigation only works up to one level. Is that a limitation of the framework or an intentional design choice?

1 comments

I tried the demo here, and middle click or ctrl+click is not working, quite the contrary, it is treated like a regular click :/

https://nextgram.now.sh/

in the event handler you have to manually check if ctrl is being held or if the lmb was pressed or not. Most people forget this which is a shame.