How to auto play iframe youtube on webview android

前端 未结 7 502
不知归路
不知归路 2021-01-19 00:52

I use android webview in my app for display video from youtube it\'s work well.

But i want it\'s auto play.

This is my activity i append \"?autoplay=

7条回答
  •  伪装坚强ぢ
    2021-01-19 01:45

    I think its not possible in webview or android browsers. To achieve auto playing, I think you need "YOUTUBE API".

    Check below link :

    1] There's no way method to do autoplay video on android platform?

    2] Youtube Api android autostart

    These above links will give you idea about auto playing as well as youtube api.

提交回复
热议问题