I'm creating a media gallery which can displays pictures and videos for the moment. These are displayed in a Carousel.
Now the problem I have is when I switch to a card that contains a video I can't switch card anymore because the switch event is probably applied to the video element and not to the carousel.
Did somebody ever had this problem a managed to solve it ?
[UPDATE]
It works fine on Safari/Mac but doesn't on Safari/iOS
I have try to add an itemswipe event to the Video Component but I get the same problem, it doesn't fire on iOS...
It seems to be related to the fact that the WebView is scrolling vertically when you swipe the video component..