WebView won't play any sound

前端 未结 2 1512
心在旅途
心在旅途 2021-01-04 13:06

I use the simplest instance of WebView and so far everything required works well, except for playing sounds, both javascript invoked sounds and html5 audio tag do not work t

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-04 13:50

    Try to add this

    webSettings.setMediaPlaybackRequiresUserGesture(false)
    

提交回复
热议问题