Comment on Show HN: OurBoard – free and open source online whiteboardparentComments−eddieroger4yHappened to me, too (Safari 14.1.1, macOS 11.4).Once I went to a board, I could back to the board selection screen, but no further, including back to HN. It just doesn't go - no errors in the console, but never goes back further. Are you doing something with the browser's history?−nullzzzOP4yOkay this is good info, thanks! Created an Issue here: https://github.com/raimohanska/ourboard/issues/160It's a single-page app so to support in-app navigation (back button etc) it needs to interact with the browser's History API.
Comments
Happened to me, too (Safari 14.1.1, macOS 11.4).
Once I went to a board, I could back to the board selection screen, but no further, including back to HN. It just doesn't go - no errors in the console, but never goes back further. Are you doing something with the browser's history?
Okay this is good info, thanks! Created an Issue here: https://github.com/raimohanska/ourboard/issues/160
It's a single-page app so to support in-app navigation (back button etc) it needs to interact with the browser's History API.