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

Combine hash routes with push state on single application #89

Open
Koc opened this issue Nov 25, 2013 · 0 comments
Open

Combine hash routes with push state on single application #89

Koc opened this issue Nov 25, 2013 · 0 comments

Comments

@Koc
Copy link

Koc commented Nov 25, 2013

There is page http://easycaptures.com/fs/uploaded/627/2260847159.png . We have photo-rotator which uses pushState because there are pages for viewing concrete photo with comments. And there is map with markers. Wher we open marker popup we using hashChange - %any_url%#lat=55.844977954647675;lng=37.63322643935681/kind=place;id=32834 . There is no page /lat=55.844977954647675;lng=37.63322643935681/kind=place;id=32834, it's just anchor. For our case if browser doesn't support push state we using document.location redirects, no fallback to hashChange.

Hot it possible to do it with Davis.js?

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

No branches or pull requests

1 participant