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
Is there a native way to disable seeking (Either by mouse movements, keyboard controls, etc).
Basically we want to create training videos that are not skippable. We already have logic that "works"
I've also found some examples online (like this one . But they all have some issues.
Our only problem right now, is playing the video in full screen on iOS devices (I'm looking at you iPhone)
Our logic works everywhere else, but once we go full screen on an iPhone behavior is weird. Is almost like the seeing/seeked/timeupdates events are triggered out of order or there's some weird race condition :(
For now we enabled the preferFullWindow option to prevent a user from going to the native full screen. But it seems to me like a hack.
Is that really hard to prevent a user from seeking on iPhone?
Any help/idea would be really appreciated :)
Also, would be great if there was an option disableSeek or something that you can just pass to the player instead of trying to listen to all those events :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a native way to disable seeking (Either by mouse movements, keyboard controls, etc).
Basically we want to create training videos that are not skippable. We already have logic that "works"
I've also found some examples online (like this one . But they all have some issues.
Our only problem right now, is playing the video in full screen on iOS devices (I'm looking at you iPhone)
Our logic works everywhere else, but once we go full screen on an iPhone behavior is weird. Is almost like the seeing/seeked/timeupdates events are triggered out of order or there's some weird race condition :(
For now we enabled the
preferFullWindow
option to prevent a user from going to the native full screen. But it seems to me like a hack.Is that really hard to prevent a user from seeking on iPhone?
Any help/idea would be really appreciated :)
Also, would be great if there was an option
disableSeek
or something that you can just pass to the player instead of trying to listen to all those events :)Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions