diff --git a/src/features/VideoPlayer/index.tsx b/src/features/VideoPlayer/index.tsx index ce491b32..29b72e8d 100644 --- a/src/features/VideoPlayer/index.tsx +++ b/src/features/VideoPlayer/index.tsx @@ -1,5 +1,7 @@ import { forwardRef } from 'react' +import { isIOS } from 'config/userAgent' + import type { Props } from './hooks' import { useVideoPlayer } from './hooks' import { Video } from './styled' @@ -40,7 +42,7 @@ export const VideoPlayer = forwardRef((props: Props, re } = useVideoPlayer({ ...props, ref }) return (