-
Notifications
You must be signed in to change notification settings - Fork 22
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
webkitplaybacktargetavailabilitychanged listener is not removed when AirPlayButton is disposed #29
Comments
) Fix for issue silvermine#29. This commit removes the "webkitplaybacktargetavailabilitychanged" event listener when the component is disposed. It also provides a test case demo in which the user can remove (dispose) the AirPlay component from the videoJS player.
) Fix for issue silvermine#29. This commit removes the "webkitplaybacktargetavailabilitychanged" event listener when the component is disposed. It also provides a test case demo in which the user can remove (dispose) the AirPlay component from the videoJS player.
) Fix for issue silvermine#29. This commit removes the "webkitplaybacktargetavailabilitychanged" event listener when the component is disposed. It also provides a test case demo in which the user can remove (dispose) the AirPlay component from the videoJS player.
) Fix for issue silvermine#29. This commit removes the "webkitplaybacktargetavailabilitychanged" event listener when the component is disposed. It also provides a test case demo in which the user can remove (dispose) the AirPlay component from the videoJS player.
) Fix for issue silvermine#29. This commit removes the "webkitplaybacktargetavailabilitychanged" event listener when the component is disposed. It also provides a test case demo in which the user can remove (dispose) the AirPlay component from the videoJS player.
fix: Remove target availability event listener on dispose (#29)
We've issues with this as well. @izkmdz Can you create a pull request with your fix? |
#35 Should have taken care of it @kontrollanten. We are actively working in this repo over the next month or so, so won't publish a new version just yet. For now, you could NPM install using a |
Oh, great. Thanks! |
The event listener is not removed when the AirPlayButton is disposed, so if the event is raised, AirPlayButton tries to hide or show itself, but
this._el
is null and an error is throw.The text was updated successfully, but these errors were encountered: