cferdinandi/tabby

Browser History

shornuk opened this issue · 4 comments

Anyway to implement keeping the deep linking but stop the browser keeping the history of the tabs being opened?

Nope

No probs. Never come across it as being the wanted/expected behaviour, but if it's fundamental to it then no worries.

It's an accessibility thing, so keyboard users can navigate between tabs via the browser forward/back buttons.

This was added in v11.x, though, so if you grabbed v10.x, you can probably bolt in deep linking with toggleTab() method without the browser history.

(Also, sorry for the terse response earlier!)

Nice, thanks!