Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks
rdw-software opened this issue May 15, 2023 · 1 comment

Comments

@rdw-software
Copy link
Member

Goals:

  • Can configure autoplay permissions (audio/video) so that user gestures are no longer required
  • API should lend itself to other permissions (in the FFI layer only)
  • Defaults to enable autoplay since limiting this for native apps makes no sense

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
Copy link
Member Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: The time is nigh (Planning)
Development

No branches or pull requests

1 participant