igor-alexandrov / wiselinks

If Turbolinks are not enough for you. Wiselinks makes your application work faster.
MIT License
726 stars 93 forks source link

Wiselinks with anchor does not works #69

Closed vandamon closed 10 years ago

vandamon commented 10 years ago

Wiselinks with anchor tag or the '#' attribute does not works. Is this is a flaw?

igor-alexandrov commented 10 years ago

This is well known problem of History.js, not Wiselinks. Thanks.

vandamon commented 10 years ago

Thanks for the clarification!

ericboehs commented 9 years ago

Looking at History.js, I'm not seeing this problem anywhere. For example, try opening a console on a wiselinks page and running: History.pushState(null, null, "#test_anchor"); Anchor seems to push fine.

Also I'm not seeing any documented cases of anchors not working in History.js (aside <IE9). Ideas?