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

Playing audio in HTML audio tag doesn't work #75

Open
mattschertler opened this issue Feb 5, 2016 · 2 comments
Open

Playing audio in HTML audio tag doesn't work #75

mattschertler opened this issue Feb 5, 2016 · 2 comments

Comments

@mattschertler
Copy link

It seems that playing audio in the audio tag doesn't work.

Regards,
matt

@stefanalund
Copy link
Contributor

Bowser extends the WKWebView and should therefore support most of the things that Mobile Safari does. Do you know if playing audio works there?

@stefanalund
Copy link
Contributor

I just stumbled upon these extra configs that may solve your problem:

WKWebViewConfiguration *config = [[WKWebViewConfiguration alloc] init];
config.allowsInlineMediaPlayback = YES;
config.mediaPlaybackRequiresUserAction = false;

Do you have the possibility to test this yourself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants