docs: no onSeek callback with controls on iOS (#3701)
* 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
This commit is contained in:
parent
818f92f654
commit
e8ce4979b3
@ -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']} />
|
||||
|
Loading…
Reference in New Issue
Block a user