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

Embedding links and child list Issues #28

Open
kbracket opened this issue Dec 11, 2012 · 3 comments
Open

Embedding links and child list Issues #28

kbracket opened this issue Dec 11, 2012 · 3 comments

Comments

@kbracket
Copy link

I'm not sure if I'm missing something, but I tried making an active link within the list element on the demo and it gets ignored on iOS Safari and Chrome (works fine on desktop modern browsers). I also have noticed that if there are multiple 'ul' and 'li' elements within the parent 'li' the scroll chugs and creates a few anomalies (again only on mobile). Any suggestions? I'm not well rehearsed with JavaScript so it could be me.

@jl-n
Copy link

jl-n commented Mar 8, 2014

I'm having the same issues with the links, and am also not well rehearsed with JavaScript or JQuery. I have noticed that .click() events are also not registering in mobile, which I had hoped would serve as a decent workaround. Any ideas to get links working on mobile?

@oodeveloper
Copy link

Hi, I have the same problem on mobile and chrome with touch enabled! clicks not working! Sometimes it works but only one time! any ideas?

@oodeveloper
Copy link

This is only the touch problem and I really doesn't have time to figure it out in a true way! but I disabled the touch part and it is fine. I did this because I used stroll.js a long time ago on a project and it was fine; version 1.2 has a touch problem! Or update problem ;)
on minified version I set b = false to disable the touch part:
var b = false; /* !!("ontouchstart" in window);*/
in none minified version:
var IS_TOUCH_DEVICE = false; // !!( 'ontouchstart' in window );
this is a quick fix!

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

3 participants