Comment on Show HN: OurBoard – free and open source online whiteboardComments−codazoda4yTotally breaks the back button for me−nullzzzOP4ySorry for that! Could you elaborate on the scenario and your setup so we can see what can be done?−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
Totally breaks the back button for me
Sorry for that! Could you elaborate on the scenario and your setup so we can see what can be done?
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.