We have been experimenting with the YouTube iframe APIs, specifically incorporating an overlay image on top of a video. The idea is that by clicking on this image, users can skip ahead in the video. However, we've encountered an issue where the image is not clickable on iOS devices such as iPads and iPhones when the video is playing.
To illustrate this problem, I have created a small demo which you can view here:
Try running the above code on an iPad to see the issue in action.
Initially, the image is clickable, but once the video starts playing, the image no longer responds to clicks. Instead, the video zooms in or out.
We are seeking a solution to enable the click event for the image placed over a playing video on iPhone/iPad devices. Any suggestions?