Tabslet
Tabslet copied to clipboard
Deeplinking and history buttons
#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.
I ended up creating a function to monitor hash changes in URL. $(window).on('hashchange')
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.