evo-lua / evo-runtime

General-purpose Lua programming platform and developer toolkit
https://evo-lua.github.io
Mozilla Public License 2.0
11 stars 1 forks source link

Allow autoplay of media contents without requiring a user gesture in native WebView windows #162

Open rdw-software opened 1 year ago

rdw-software commented 1 year ago

Goals:


This might be tricky, as it requires accessing the webview and not just the browser engine (wrapper) that is currently extended.

Relevant APIs:

rdw-software commented 1 year ago

Can probably start work on this once #201 is completed, as it will be easier to control all of the stack (down to the OS level at least).