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