mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-25 15:51:33 +00:00
docs(web): update event note
This commit is contained in:
@@ -83,7 +83,7 @@ Web support uses the same API as native - `useVideoPlayer` for creating a player
|
||||
| Picture-in-Picture | ✅ | Depends on browser |
|
||||
| Media Session | ✅ | Lock screen controls |
|
||||
| Preload | ✅ | Full support |
|
||||
| Events | ✅ | All player events |
|
||||
| Events | ✅ | Core playback events (play/pause, buffering, errors). Some native-only events are not available on web. |
|
||||
| HLS streaming | ✅ | Via video.js engine |
|
||||
| Audio tracks | ⚠️ | Safari only (experimental in other browsers) |
|
||||
| Video tracks | ⚠️ | Safari only (experimental in other browsers) |
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { TypedSidebarsConfig } from '@widlarzgroup/docusaurus-ui';
|
||||
import type { TypedSidebarsConfig } from '@widlarzgroup/docusaurus-ui';
|
||||
|
||||
const sidebars: TypedSidebarsConfig = {
|
||||
docsSidebar: [
|
||||
|
||||
Reference in New Issue
Block a user