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.

Add fullscreen button in Android

See original GitHub issue

The full-screen option is not showing on Andriod not sure why. I’m using the lastest version

"react-native-video": "^2.0.0",
"react-native-video-controls": "^1.3.0",
"react-native-video-player": "^0.8.2", 

Here is my code

<VideoPlayer
   endWithThumbnail
   thumbnail={{uri: selectedPhoto.url.thumbnail}}
   video={{uri: selectedPhoto.url.compressedFile}}
   disableFullscreen={false}
/>

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
bisht2ankitcommented, Dec 2, 2017

Still full-screen option is not showing on Andriod

2reactions
meliodevcommented, Aug 4, 2020

Is there any update on this ? 😦

Read more comments on GitHub >

github_iconTop Results From Across the Web

Full screen button in android studio - Stack Overflow
Do you want single button in a screen? Then use match_parent . To get full screen, getWindow().addFlags(WindowManager.LayoutParams.
Read more >
How to Enable Full-Screen Mode in Android? - GeeksforGeeks
In this article, we are going to learn how to enable full screen in Android Studio. Like if we are especially viewing an...
Read more >
How to Create Video Player Android Full Screen ... - YouTube
Today is we are going to learn how to set up and implement the design video player library EXO in Android App Kotlin....
Read more >
Adding a fullscreen button to ExoPlayer | by Danial Sotude
Adding a fullscreen button to ExoPlayer · Step 1 : Setup the Manifest · Step 2 : Create the controller · Step 3...
Read more >
Hide system bars for immersive mode - Android Developers
Add a listener to update the behavior of the toggle fullscreen button when // the system bars are hidden or revealed. window.decorView.
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