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

Fix/play ogg audio on Safari #1523

Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Jul 3, 2023

It works but audio are not cached
close #1499

@tomivm tomivm marked this pull request as ready for review July 3, 2023 20:05
playAudio(src) {
let audio = new Audio();
async playAudio(src) {
const safariNeedHelp = IS_BROWSING_FROM_SAFARI && src.endsWith('.ogg');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good name

@RodriSanchez1
Copy link
Collaborator

LGTM

Copy link
Collaborator

@RodriSanchez1 RodriSanchez1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to see how to fix the codacy quality analysis

@tomivm
Copy link
Collaborator Author

tomivm commented Jul 5, 2023

@RodriSanchez1 Should ignore the files added for support ogv.js. I can't do it from my account.
@martinbedouret Please can you check it?

@martinbedouret martinbedouret merged commit 0042b49 into cboard-org:master Jul 5, 2023
@martinbedouret martinbedouret added this to the 1.29.1 milestone Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error trying to reproduce tiles with web sources - IOS
3 participants