dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
167 stars 46 forks source link

Direct link's #6

Closed abolinhas closed 11 years ago

abolinhas commented 11 years ago

Hi,

I have several pages into one HTML file: index.html :

<div data-role="page" id="home">
</div>
<div data-role="page" id="demos">
</div>
<a href="#home">Go to home</a>
<a href="#demos">Go to demos</a>
</body>
</html>

When I access to my page through www.domain.com/teste/index.html or www.domain.com/teste/index.html#home I have no problems but if i try through www.domain.com/teste/index.html#demos I get several problems.

It is not possible access to a page through direct link ?

Best regards

dgileadi commented 11 years ago

Turns out support for this wasn't too hard, added it.

abolinhas commented 11 years ago

Many thanks,

Work like a charm :)