Bug 170230 - Audio muted in UIWebView even when video element has no audio track and has muted attribute
Summary: Audio muted in UIWebView even when video element has no audio track and has m...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 10
: P2 Normal
Assignee: Nobody
URL:
Keywords: HTML5, InRadar
Depends on:
Blocks:
 
Reported: 2017-03-29 02:26 PDT by Aodh O Lionaird
Modified: 2017-03-29 06:52 PDT (History)
2 users (show)

See Also:


Attachments
Sample Project (59.02 KB, application/zip)
2017-03-29 02:26 PDT, Aodh O Lionaird
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aodh O Lionaird 2017-03-29 02:26:46 PDT
Created attachment 305717 [details]
Sample Project

The Google Ads iOS SDK uses UIWebView internally in their GADBannerView class. Ads containing video served to our App using this SDK causes any audio playing in the background to mute even though the HTML 5 video tag used in the example project (attached), specifies muted. Even if the video doesn't contain an audio track the same issue occurs. The upshot is that we have to block ads that contain video resulting in a revenue loss.
Comment 1 Aodh O Lionaird 2017-03-29 02:31:31 PDT
To replicate the issue:
- Play some background audio using Spotify, iPlayer Radio etc.
- Run the sample project on an iOS 10 device (may need to change bundle id / team).
- Notice that the background audio mutes (gently).
Comment 2 Radar WebKit Bug Importer 2017-03-29 06:52:42 PDT
<rdar://problem/31320469>