question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Full screen button not showing in Android

See original GitHub issue

Versions shown below

"react": "17.0.2",
"react-native": "^0.67.4",
"react-native-material-dropdown-v2": "^0.11.1",
"react-native-reanimated": "^2.3.0",
"react-native-screens": "^3.13.1",
"react-native-video": "^5.2.0",

In Android convert fullscreen button not showing

  return (
        <Video 
        source={require('./test.mp4')}
        ref={(ref) => {
            this._player = ref
        }}       
        controls={true}
        resizeMode={'stretch'}
        style={styles.backgroundVideo}
       />
  );
}
  var styles = StyleSheet.create({
    backgroundVideo: {
      width:'100%',
      height:'100%'
    },
  });```

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:9

github_iconTop GitHub Comments

1reaction
freeboubcommented, Dec 2, 2022

Fullscreen button is not displayed if you put Fullscreen=true

0reactions
ahmettopalcommented, Dec 5, 2022

Fullscreen button is not displayed if you put Fullscreen=true

its work thank youu. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apps are not full screen on Samsung phone
Go to Display. Navigate to Settings, and then tap Display. Tap Full screen apps.
Read more >
Full screen button doesn't work in any video. - Google Support
When I clicked on the full screen button it doesn't work. Videos are still running in small screen . Community content may not...
Read more >
Why does full screen button not appearing in webview activity
I have enabled VideoEnabledWebView in my fragment still, no full screen button appears on webview while watching video, what's the cause?
Read more >
Solved: Full screen mode not working on my Android (HUAWEI...
Full screen icon won't show. I'm unable to set full screen mode. Can anyone tell me how to fix this? (HUAWEI P30 Pro...
Read more >
Troubleshoot: Fullscreen button missing from the player - Vimeo
First and foremost, check the Embed tab. Make sure the fullscreen button is toggled on under the Controls section; The iframe embed code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found