Skip to content

Commit

Permalink
Merge pull request #103 from moninm/fix/99-videos-ios
Browse files Browse the repository at this point in the history
fix: Videos doesn't work on iOS devices
  • Loading branch information
mohitk05 authored Mar 14, 2021
2 parents 0c55b92 + 5633820 commit 8088d48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderers/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export const renderer: Renderer = ({ story, action, isPaused, config, messageHan
onWaiting={onWaiting}
onPlaying={onPlaying}
muted={muted}
autoPlay
webkit-playsinline
/>
{!loaded && (
<div
Expand Down Expand Up @@ -109,4 +111,4 @@ export const tester: Tester = (story) => {
export default {
renderer,
tester
}
}

1 comment on commit 8088d48

@vercel
Copy link

@vercel vercel bot commented on 8088d48 Mar 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.