You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The video source changes on user input. The user can also set a playback rate.
I have 2 issues:
If the playback rate changed and a new video is loaded, an ExpressionChangedAfterItHasBeenCheckedError and it is resetted to the default Value
ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value for 'attr.aria-valuetext': '2'. Current value: '1'. Find more at https://angular.io/errors/NG0100
If the playback rate is set programmatically with this.api.playbackRate = 2;, the same Error occurs, but the rate changes to the given value.
The documentation states, that the Media Directive should have the attribute playbackRate, but it is not possible to set with this.api.getDefaultMedia().playbackRate = 2;. Maybe this is linked to the issue?
Description
The video source changes on user input. The user can also set a playback rate.
I have 2 issues:
ExpressionChangedAfterItHasBeenCheckedError
and it is resetted to the default ValueExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value for 'attr.aria-valuetext': '2'. Current value: '1'. Find more at https://angular.io/errors/NG0100
this.api.playbackRate = 2;
, the same Error occurs, but the rate changes to the given value.The documentation states, that the Media Directive should have the attribute
playbackRate
, but it is not possible to set withthis.api.getDefaultMedia().playbackRate = 2;
. Maybe this is linked to the issue?Demo: ngx-videogular-showroom adapted
Expected Behavior
Actual Behavior
Steps to Reproduce
Attachments
Try to include screenshots for bugs or design assets for enhancements
The text was updated successfully, but these errors were encountered: