Skip to content

Commit

Permalink
docs: no onSeek callback with controls on iOS (#3701)
Browse files Browse the repository at this point in the history
* fix(ts): onPlaybackRateChangeData was not correctly typed

* fix: ensure tracks are well displayed in the sample

* fix(android): add onSeek callback when controls are enable

* chore: remove seekTime which is useless now

* doc: indicate that onSeek is not reported when controls are enable on iOS
  • Loading branch information
freeboub authored Apr 23, 2024
1 parent 818f92f commit e8ce497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/component/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ Example:

Both the currentTime & seekTime are reported because the video player may not seek to the exact requested position in order to improve seek performance.

Note: on iOS, when controls are enable, this callback is not reported. This is a known limitation.

### `onTimedMetadata`

<PlatformsList types={['Android', 'iOS', 'visionOS']} />
Expand Down

0 comments on commit e8ce497

Please sign in to comment.