twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.
http://goratchet.com
MIT License
14.62k stars 1.45k forks source link

links to web pages do not works #817

Open Qiaonasen33 opened 8 years ago

Qiaonasen33 commented 8 years ago

Hi, I'm using the ratchet framework to compose web pages, but the anchor tags don't works.

for example:

<a href="index.php">click</a>

I can't connect web pages via anchor tags. there a some way to do it?

cvrebert commented 8 years ago

Please post a JS Fiddle, JS Bin, CodePen, or similar live example that demonstrates the problem.

andresitodeguzman commented 7 years ago

Add data-ignore="push"

Toomavic commented 7 years ago

add to every anchor tag the attribute >> data-ignore="push", or include the library individual files like modals.js, sliders.js etc... without calling push.js at that case you will not need to add data-ignore to every

andresitodeguzman commented 7 years ago

or don't use ratchet.js all at once. really buggy.

Toomavic commented 7 years ago

@andresitodeguzman Bro you hate it very much :dagger: :D

andresitodeguzman commented 7 years ago

Never worked for me.

Piokaz commented 3 years ago

Was having this issue since i added the JS file for the segmented control component. Adding data-ignore="push" solved the issue for me.

Thanks for the help !