Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deeplinking and history buttons #42

Open
serran0 opened this issue Apr 21, 2016 · 2 comments
Open

Deeplinking and history buttons #42

serran0 opened this issue Apr 21, 2016 · 2 comments

Comments

@serran0
Copy link

serran0 commented Apr 21, 2016

#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
Copy link
Author

serran0 commented Apr 22, 2016

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

@geckoseo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants