Tabslet icon indicating copy to clipboard operation
Tabslet copied to clipboard

Deeplinking and history buttons

Open serran0 opened this issue 8 years ago • 2 comments

#23 Hello, using deeplinking i notice that the tabs don't change when pressing back/forward browser buttons. The hash changes but not the tabs. Is this by design?

Tested in Chrome and IE11.

serran0 avatar Apr 21 '16 21:04 serran0

I ended up creating a function to monitor hash changes in URL. $(window).on('hashchange')

serran0 avatar Apr 22 '16 07:04 serran0

Also hoping to see this enhancement made.

While using hashchange might work, it's not very SEO friendly.

I've tried to set this up with the HTML5 browser history API, but unfortunately something in the Tablet code appears to be preventing the browser history from working correctly.

geckoseo avatar Sep 27 '16 14:09 geckoseo