-
Notifications
You must be signed in to change notification settings - Fork 705
Clicking a button inside a slide does not work on a touch screen #95
Comments
I have the same problem. Is there any solution or workaround for this? |
@asoufi @zyzyx2311 So did it work for earlier releases? |
@PascalPrecht we need to remove the preventDefault https://github.com/revolunet/angular-carousel/blob/master/src/directives/rn-carousel.js#L301-L302 |
@revolunet okay, so i'm not deep enough into the code base yet. Does this have any side effects? |
@revolunet it's not working for me |
+1 for this fix. It has been open for a long time with no update, should I lose hope? If this won't be fixed I don't have any reason to implement angular-carousel... |
+1 |
Hi guys, This sounds like a z-index issue, try making link relative poison with a 99 z-index Regards, Rahim Haji WebtrendZ LTD Mob UAE: +971 52 640 8940 .::. website: www.webtrendz.co.uk
|
I would like to use the carousel to show clickable content. This works fine on a desktop but not on a touch-enabled screen (iPhone/iPad). Issue #27 and #53 addressed this issue several weeks ago, however, the latest release (1/8) still does not support it. Any idea when you may include such capability?
I am learning AngularJS as I build a mobile web app and would appreciate your assistance. When ready, I will contribute a well-documented example for using Angular-carousel to show content and not just images.
Thank you all.
The text was updated successfully, but these errors were encountered: