Bug 160763 - AX: video autoplay (even for silent videos) should be disabled when iOS "Reduce Motion" setting is enabled.
Summary: AX: video autoplay (even for silent videos) should be disabled when iOS "Redu...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-08-11 01:28 PDT by James Craig
Modified: 2016-10-05 19:36 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2016-08-11 01:28:51 PDT
AX: video autoplay (even for silent videos) should be disabled when iOS "Reduce Motion" setting is enabled, or Safari should have its own setting, "never autoplay."

Background
https://webkit.org/blog/6784/new-video-policies-for-ios/

API on iOS 8 and later:

// Returns whether the system preference for reduce motion is enabled
UIKIT_EXTERN BOOL UIAccessibilityIsReduceMotionEnabled() NS_AVAILABLE_IOS(8_0);
Comment 1 Radar WebKit Bug Importer 2016-08-11 01:29:10 PDT
<rdar://problem/27801692>
Comment 2 Jon Lee 2016-10-05 19:36:39 PDT
We will look into making this possible another way.