Allow WebView apps to enable autoplay with audio |
||
Issue descriptionFrom https://bugs.chromium.org/p/chromium/issues/detail?id=178297#c135 Just because some app implements some of it's UI using WebView shouldn't mean that UI can't auto-play video with audio the way it can in native Android. Perhaps WebView should provide a way to disable the autoplay restriction? (I did a quick search and didn't see something already). mlamouri@ WDYT?
,
May 31 2017
I believe it already exists: https://developer.android.com/reference/android/webkit/WebSettings.html#getMediaPlaybackRequiresUserGesture()
,
May 31 2017
Ok. Cool. So we can just make this change with a Java call...
,
Jun 1 2017
Perfect! Sorry I missed this. |
||
►
Sign in to add a comment |
||
Comment 1 by rbyers@chromium.org
, May 31 2017