-
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
'Link in Carousel' issue #4
Comments
hey @naderby, I think, gestures are fully supported on Kindle fire. thx! Cheers, |
This is the HTML I'm using:
|
you can try to remove the .prevent-user-select() Mixin. Maybe this would help. It's not possible for me to test on a real kindle device, so you have to try-and-error a bit for yourself. Anybody any idea? Sorry & Cheers |
I can confirm this also happens on the Nexus 7 with Jellybean, using my code as above. I will be trying the remove mixin experiment shortly. |
I gave the div.carousel.slide.touch-carousel a style of "-webkit-user-select: auto !important" to override the mixin and the problem remained. Oddly, on the nexus, although the link didn't work if you hold a finger down the resulting options presented suggest the browser does know that it is a link: Open Link In New Tab etc |
hmm, sounds like a click/touch event |
I have links inside the bootstrap carousel panels and these can be clicked through on all devices I've tried except for Kindle when using bootstrap-touch-carousel.
I can confirm this by removing the script and the links will then work.
The links show that they have been pressed but nothing happens. However, if you hold the link button then the pop up will show the link navigation options, eg. open in new tab etc.
Otherwise a fine script!
The text was updated successfully, but these errors were encountered: