-
Notifications
You must be signed in to change notification settings - Fork 705
Swipe breaks on iOS 8 #202
Comments
+1 I got the same issues on iPhone 5s iOS 8. Rahim On 18 Sep 2014, at 20:17, John J Czaplewski notifications@github.com wrote:
|
+1 Tried it by opening it the iOS Simulator. It has to be an issue with the new WKWebView, because the carousel works in my cordova app, which uses UIWebView. |
+1 same exact issue on iOS 8 simulator and iPads running iOS 8. |
Unfortunately +1 |
This happens to me in the demo, but my own web app works fine with the carousel! |
To add to this, the slideshow seems to get "unlocked" once an indicator is tapped. So I am temporarily getting around this issue by creating a mouse event to click the second indicator when the user swipes to the second page. |
I have the same issue, it seems once animation has been done (transform3d css) the ul carousel element is also moved and not visible when inspecting element. This cause no problem on desktop but it seems that is causing the issue for ios.
with
|
It seems that in both Safari and Chrome on iOS 8, a single swipe works as expected, but then the carousel does not allow any additional swipes. When the page is refreshed, all the carousels will again allow a single swipe, followed by no additional swipes.
Tested on http://blog.revolunet.com/angular-carousel/
The text was updated successfully, but these errors were encountered: