From e8ce4979b38a8ef6f0db9ae6049f4d1c230bd280 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:01:50 +0200 Subject: [PATCH] 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 --- docs/pages/component/events.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/component/events.mdx b/docs/pages/component/events.mdx index afd2c0ec..654cca67 100644 --- a/docs/pages/component/events.mdx +++ b/docs/pages/component/events.mdx @@ -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`