YouTube IFrame API play method doesn't work before touch on some Android tablets

前端 未结 3 1667
不知归路
不知归路 2020-12-10 05:41

We\'re developing a YouTube player and are using the IFrame API. Everything works really nice except on our Android 4.2.2 test devices.

Only on those devices (and no

3条回答
  •  无人及你
    2020-12-10 06:07

    This problem is due to browser restrictions, as explained in the doc: https://developers.google.com/youtube/iframe_api_reference#Mobile_considerations

    I guess you could circumvent this restriction by simulating the user click ...

提交回复
热议问题