I have a carousel on this page that contains several slides with YouTube videos. I've added a function on slide to stop the video playback, and everything is working fine in all browsers that I've tested except Mobile Safari on the iPad. When I go to one of the slides with a YouTube video, and tap on the video, it doesn't play. I've found that if I tap the video a few times really quickly, the video will play. Not sure what's going on here, but I suspect some of the event handlers for the carousel are blocking the YouTube video from being tapped.
I have a carousel on this page that contains several slides with YouTube videos. I've added a function on
slideto stop the video playback, and everything is working fine in all browsers that I've tested except Mobile Safari on the iPad. When I go to one of the slides with a YouTube video, and tap on the video, it doesn't play. I've found that if I tap the video a few times really quickly, the video will play. Not sure what's going on here, but I suspect some of the event handlers for the carousel are blocking the YouTube video from being tapped.