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:
Olivier Bouillet 2024-04-23 09:01:50 +02:00 committed by GitHub
parent 818f92f654
commit e8ce4979b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']} />