twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.

Home Page:http://goratchet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

links to web pages do not works

Qiaonasen33 opened this issue · comments

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?

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

Add data-ignore="push"

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

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

@andresitodeguzman
Bro you hate it very much 🗡️ :D

Never worked for me.

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 !