Hello
I have the same problem on iPhone XR and iPhone 14 Pro on both Chrome and Safari
Can't upload photos or iPhone screen captures (:/) but it's essentially the same behaviour as @jmsv's post
const playerStyles: (loaded: boolean) => CSSProperties = (loaded) => ({
position: 'absolute',
backgroundColor: 'bck.900',
left: 0,
top: 0,
width: '100vw',
objectFit: 'cover',
objectPosition: 'center',
opacity: loaded ? 1 : 0,
transition: 'opacity 0.2',
transitionDelay: '0.1'
});
Topic:
Safari & Web
SubTopic:
General
Tags: