fullscreen button is disabled on android. though works fine on ios
See original GitHub issueBug description: fullscreen button is disabled on android. though works fine on ios
To Reproduce:
Add the source code provided below in html
prop to reproduce
Source (static HTML or url):
<iframe title="Office Hours: Mastering components" width="500" height="281" src="https://www.youtube.com/embed/fNQRXierLhQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Expected behavior: Full screen should work
Screenshots/Videos:
Environment:
- OS: Android Q
- OS version: 10
- react-native version: 0.63.2
- react-native-webview version: 9.4.0
- react-native-autoheight-webview version: 1.5.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
[Solved] YouTube Fullscreen Not Working on iPhone, iPad ...
If YouTube fullscreen is not working on iPhone, iPad, Android, Mac, PC, other devices, try fixes to YouTube videos not going fullscreen on ......
Read more >In app full-screen command not working on iOS
The current workaround is to use the Add to Home Screen option of your browser (available in Safari and Chrome). You usually do...
Read more >disable fullscreen mode on html video on mobile devices
I'm developing simple web application with video on one of the pages, but I don't want this video to open fullscreen mode on...
Read more >Why is the full screen button hidden (disabled) on iOS devices
The reason it's disabled is that the browser fullscreen API is actually not supported on iPhones. Technically the API is supported on iPads,...
Read more >Going full screen - Patterns - Human Interface Guidelines
iPhone, iPad, and Mac offer full-screen modes that can enable a ... full-screen support ensures that your full-screen window works well in all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DoctorRyner what is workaround i have same situtation when allowsFullscreenVideo={true} does not help. ???
Weird, it worked for me