-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't call requestFullScreen() method on Android #17
Comments
Hi @bilal-prog |
<VideoPlayer |
useEffect(() => { |
Hi @olivierapivideo the problem is in requestFullScreen() method (I think it's a bug in react-native-webveiw) |
I had the same issue. It may be a platform limitation, not sure. I ended up adding an inline player on Android, and the user has to click fullscreen from there if they want it. I do wish the maintainers would weigh in. |
Hi there, First of all, we're sorry it's taken so long to respond to this issue. Unfortunately, this problem cannot be corrected at present. Using a webview on Android requires the user to have interacted with its content before executing a We apologize for the inconvenience. |
Version
1.0.1
Environment that reproduces the issue
"react-native": "0.69.4",
"@api.video/react-native-player": "^1.0.1",
Is it reproducible in the example application?
Yes
Reproduction steps
demo: https://drive.google.com/file/d/1IvTTAbM1jnXvr2WqAa4jY2wedXrrdO1X/view?usp=share_link
Expected result
NONE
Actual result
NONE
Additional context
No response
Relevant logs output
No response
The text was updated successfully, but these errors were encountered: