We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that playing audio in the audio tag doesn't work.
Regards, matt
The text was updated successfully, but these errors were encountered:
Bowser extends the WKWebView and should therefore support most of the things that Mobile Safari does. Do you know if playing audio works there?
WKWebView
Sorry, something went wrong.
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?
No branches or pull requests
It seems that playing audio in the audio tag doesn't work.
Regards,
matt
The text was updated successfully, but these errors were encountered: