Opened 6 years ago

Last modified 4 years ago

#13945 new enhancement

WebPositive: add option to disable auto-play (easy)

Reported by: bbjimmy Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev51727

WebPositive auto-plays videos from websites that have autoplay videos embeded. This uses bandwidth and in my case, uses part of my allowed monthly data for videos that I do not wish to view.

WebPositive should have an optional setting to disable auto-play and save my data and bandwidth.

Change History (1)

comment:1 by pulkomandy, 4 years ago

Summary: WebPositive add option to disable auto-playWebPositive: add option to disable auto-play (easy)

This is available in WebKit, only the UI needs to be connected to it:

webSettingsPrivate.setRequiresUserGestureToLoadVideo()
webSettingsPrivate.setVideoPlaybackRequiresUserGesture()
webSettingsPrivate.setAudioPlaybackRequiresUserGesture()
Note: See TracTickets for help on using tickets.