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

chrome adding # before all href links #41

Open
ghost opened this issue Sep 16, 2014 · 0 comments
Open

chrome adding # before all href links #41

ghost opened this issue Sep 16, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 16, 2014

When used in chrome, linking to separate pages adds a # in-front of the address. The multi-page.html example shows this in inspector when linking from local page two to the actual page two as

a transition="slide" href="#multi-page2.html">Slide to load page three<

when it should be

a transition="slide" href="multi-page2.html">Slide to load page three<

as shown in firefox. The animation plays ok, but the actual content is not found as the url is then

zepto-page-transitions-master/example/multi-page.html#multi-page2.html

If you manually change the url of the hyperlink in chrome inspector, then you access the content, but no animation occurs.

@ghost ghost changed the title chrome adding # before all hrefs chrome adding # before all href links Sep 16, 2014
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

0 participants