How to auto play iframe youtube on webview android

前端 未结 7 561
不知归路
不知归路 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:55

    Do like this. Hope it helps

    String html = "\n";
    

    From below link

    In Chrome, autoplay is also disabled

    (https://code.google.com/p/chromium/issues/detail?id=159336)

    I believe the same happens with the recent versions of the default Android Web Browser.

提交回复
热议问题