Skip to content

Commit

Permalink
Add full screen check
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Nov 5, 2024
1 parent 0406e41 commit 201f16a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/wallet-mobile/.storybook/storybook.requires.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const WebViewItem = ({tab, index}: Props) => {
injectedJavaScriptBeforeContentLoaded={initScript}
onMessage={handleEvent}
style={[styles.roundedInsideContainer]}
allowsFullscreenVideo={isTabActive}
/>

{tabsOpen && (
Expand Down

0 comments on commit 201f16a

Please sign in to comment.