I've successfully embedded a YouTube player using the js-api, and it's working perfectly. However, I don't want the player to be visible by default. To achieve this, I placed the player inside a div with 'display:none;' set. When I click on the 'play-button' div, the video appears and starts playing, but this only works on my desktop. Unfortunately, the same setup doesn't seem to work on my Android phone.
Any ideas on what could be causing this issue? You can check out an example here:
Thank you for any help in advance!