From 6768c2213970e1f223db0d46fae569210f3a66b0 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 16 Jul 2024 12:30:09 +0700 Subject: [PATCH] Add nativeHtmlVideoRef doc --- docs/pages/component/methods.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/component/methods.mdx b/docs/pages/component/methods.mdx index 35d5b0c3..8105b9f3 100644 --- a/docs/pages/component/methods.mdx +++ b/docs/pages/component/methods.mdx @@ -127,6 +127,13 @@ On iOS, this displays the video in a fullscreen view controller with controls. On Android, this puts the navigation controls in fullscreen mode. It is not a complete fullscreen implementation, so you will still need to apply a style that makes the width and height match your screen dimensions to get a fullscreen video. +### `nativeHtmlVideoRef` + + + +A ref to the underlying html video element. This can be used if you need to integrate a 3d party, web only video library (like hls.js, shaka, video.js...). + + ### Example Usage ```tsx