Skip to content

Commit

Permalink
fix: added inline play (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakglobant authored Feb 14, 2024
1 parent fb80d02 commit 0aa89c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/camera/src/components/Camera/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ function Camera({
>
<Video
autoPlay
playsInline={false}
playsInline
ref={videoRef}
width={getLandscapeScreenDimensions().width}
height={getLandscapeScreenDimensions().height}
style={{ zIndex: -1 }}
controlsList="nofullscreen"
/>
{children}
</View>
Expand Down

0 comments on commit 0aa89c5

Please sign in to comment.