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
When howler unlocks the html5 audios, it loses the current position. This causes problems when we:
No response
Save the currentPosition to a variable and assign it back after calling .load().
.load()
When resuming playback from the last played position on page load, it is very confusing as to why the position is lost.
v2.2.4
The text was updated successfully, but these errors were encountered:
Fix: goldfire#1736
c5e2bf1
Successfully merging a pull request may close this issue.
The Problem
When howler unlocks the html5 audios, it loses the current position.
This causes problems when we:
Reproducible Example
No response
Reproduction Steps
Possible Solution
Save the currentPosition to a variable and assign it back after calling
.load()
.Context
When resuming playback from the last played position on page load, it is very confusing as to why the position is lost.
Howler.js Version
v2.2.4
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered: