diff --git a/web/components/landingpage/effect/elevated-video-player/index.tsx b/web/components/landingpage/effect/elevated-video-player/index.tsx index 488cc96c..0e2c3517 100644 --- a/web/components/landingpage/effect/elevated-video-player/index.tsx +++ b/web/components/landingpage/effect/elevated-video-player/index.tsx @@ -66,7 +66,7 @@ function ElevatedVideoPlayer() {
*/} - + {/* + /> */} ); } diff --git a/web/components/landingpage/motion/live-design-demo/ios-15-safari-video-issue.md b/web/components/landingpage/motion/live-design-demo/ios-15-safari-video-issue.md new file mode 100644 index 00000000..ee8ea30e --- /dev/null +++ b/web/components/landingpage/motion/live-design-demo/ios-15-safari-video-issue.md @@ -0,0 +1,40 @@ +## Why use html5 video instead of react-player in this place? + +_This document is explaining how to use pure HTML5 video instead of react-player, which is the video player used in the project only in the live-design-demo section._ + +While updating to ios 15 version, some video stuttering in safari was found. For example, let's say you are using the tag below. + +```typescript + +``` + +All use the same code as in the example, except for the url, but it has been confirmed that the problem occurs only in the specific location _(the video play only when the video is not visible on the screen)_. + +I've tried several tests, such as changing the parent's position, but it's still there. But when I used the video tag in pure html5 there was no problem. +Below is an example used. + +```typescript +