Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent iOS onLoad event during seeking #1088

Merged
merged 1 commit into from
Jun 25, 2018
Merged

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants