Skip to content

Prevent iOS onLoad event during seeking#1088

Merged
cobarx merged 1 commit intomasterfrom
bugfix/multiple-ios-onload
Jun 25, 2018
Merged

Prevent iOS onLoad event during seeking#1088
cobarx merged 1 commit intomasterfrom
bugfix/multiple-ios-onload

Conversation

@cobarx
Copy link
Contributor

@cobarx cobarx commented Jun 25, 2018

onLoad should only fire when the video is loaded, however it was firing at other times on iOS like when you performed a seek.

@cobarx cobarx merged commit 916f5b2 into master Jun 25, 2018
@cobarx cobarx deleted the bugfix/multiple-ios-onload branch June 25, 2018 18:45
@laurent22
Copy link
Contributor

Is there any plan to merge this? The onLoad event is indeed firing every time when seeking the video, which can be a major issue when your rely on this event. In our case, we seek during the onLoad event, which works fine in Android but results in a loop in iOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants