Closed
Bug 1204541
Opened 10 years ago
Closed 10 years ago
Clear any in-progress video/audio in iPhone media center when the app is backgrounded when it originates from a PBMode tab
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| fxios | 1.1+ | --- |
| fxios-v1.0 | --- | unaffected |
| fxios-v1.1 | --- | affected |
| fxios-v1.0.5 | --- | unaffected |
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
If the user is playing video/audio from a PBMode tab, when the app is backgrounded, the media center should not show any information about the video/audio and should stop whatever is playing.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sleroux
| Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
I've tried to use the MPNowPlayingInfoCenter API for updating the in-progress video/audio info in the control center when the app goes into the background but the API doesn't seem to be doing anything. This might be an issue with how WKWebView presents it's video player since it's different than a normal MPMediaPlayer. I've also found this SO thread mentioning it might not be possible: http://stackoverflow.com/questions/30029338/overriding-mpnowplayinginfocenter-while-using-wkwebview
Anyone have any other ideas? I've also posted a question on SO: http://stackoverflow.com/questions/32825667/clearing-ios-control-center-in-progress-video-from-wkwebview-video-player
| Assignee | ||
Comment 2•10 years ago
|
||
After some testing, it seems we match Safari's behavior where the control center playing information is clearing when the private tab is closed. Marking this as WONTFIX but keeping an eye out to see if we can do better.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•