Feature #1083
open
Media playback config support
Added by ask low about 1 year ago.
Updated about 1 year ago.
Description
Disabling images is useful to reduce data usage on lower bandwidth. But videos still continue to buffer.
In a typical chrome scenario, there's Media Autoplay config within site settings that offers on & off toggle. That helps us to turn off whatever rogue media from autoplaying, such as news sites.
Are you aware of any way to do that with Android's WebView?
Welp. I'm not sure, which is why discussing about the possibility.
Btw, I can't seem to edit the posted comments. Why so?
- Assignee set to Soren Stoutner
Yes you are right. No script session doesn't even have the video player pop ups at all. Although, controlling this behavior in JS session like how chromium does, would be a delight anyways.
Btw, all it does is interrupt autoplay. The buffering, like initial 10 seconds still happens, which is annoying asf... especially when I'm on metered network while traveling...
I guess nojs session would be better alternative for now.
- Priority changed from 3.x to 4.x
It might be possible to control this behavior with Privacy WebView in the 4.x series. I will have to take a look at the options then.
Btw, is there an issue lying around that mentions the detection of metered/unmetered network ?
Having access to a full bandwidth unmetered network, would mean that user can keep images toggle enabled throughout the browsing session.
For security and privacy reasons, Privacy Browser Android will never include the android.permission.ACCESS_NETWORK_STATE
permission.
https://developer.android.com/training/basics/network-ops/reading-network-state
As such, there is no way for Privacy Browser Android to automatically determine if a user is on a metered network. It is up to the user to know that and adjust their behavior accordingly.
- Subject changed from media playback config support to Media playback config support
Also available in: Atom
PDF