-
Notifications
You must be signed in to change notification settings - Fork 51
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
Links not working #12
Comments
which links do you mean? Indicators? |
Sorry, the html was removed. In img tags that are enclosed in a links. |
hey @MonkeyMatrix |
Yes i had the same problem. Fixed it with: However, this is not ideal, because our solution required the links to open in modal windows, so the javascript has to modified on a case-by-case basis. |
I'm using Bootstrap Touch Carousel with AngularJS, and have some links and buttons in my slides. From what I've experienced, the "drag/swipe"-events disable the "click/tap"-events on buttons/links. So I cannot click the links/buttons that're in my slides. I could manually reattach event handlers with jQuery on (click/tap), which reenabled the functionality, but this is kind of a "hack". My issue is that I'm using ngClick on my buttons to handle the clicks, and the ngClick callback never gets called. I said previously, I can manually attach to the click/tap-events using jQuery, and then call the callbacks manually / redirect the user (like @olavk ) |
@ixisio Not sure, but I would think that the "dragging" should be disabled on "native clickable elements", or not interfer with links/buttons. |
@larsdr yeah, thats exactly what we need. I will dig into the "How" soon as possible.. |
hehe, I wish I could help you with that part, @ixisio ! |
@larsdr would appreciate your assistance! |
I was testing on a Samsung Galaxy S5 and iPhone 5s running iOS 7 (latest version). The ngClick-button worked on iOS, but only when clicking twice. The android device didnt work at all. From what I reckon, the regular link-button didnt work at all, on either device. I'll try to set up a test project with as little code as possible, replicating the error, one of these days. |
sounds great, thank you! |
Any solution to this problem yet? |
@larsdr any progress made? |
Nexus 4;
The links for carousel images do not work- tags enclosed in - tapping to activate the link does nothing.
The text was updated successfully, but these errors were encountered: