-
Notifications
You must be signed in to change notification settings - Fork 48
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
The video on Android stops after a few seconds to pause. #17
Comments
I'm trying to resolve same problem. Any thoughts on that? |
I have got exactly same problem. Updating WebView/Chrome according to this article: does not work. Any help would be highly appreciated. |
I've found temporary solution. Its disadvantage is that the video does not open on fullscreen. About the fix: YouTube API method I've commented out |
The problem is full screen mode and hiding the user interface. If you click on the fullscreen icon while watching a video, the user interface appears and the next video goes without problems. I have tried the cordova-plugin-fullscreen plugin. This does not solve the problem. The video needs to be shown, but the user interface is present on the screen. |
On Android devices when we play youtube video for the first time it works perfectly but once we close video either by back button press or auto closes on video finish. now if we try to open the video on the same page then youtube video player is coming with black screen. It would be great if someone have already fixed it. Please help. |
same issue here.. please help! |
The first video on Android works fine, but each subsequent video is stoped immediately after the start to pause. The screen turns black. The focus is lost, and it is not possible to continue it manually. If you switch to another app and then return, the video waits for the manual continuation of viewing. This happened after the recent Google updates to WebView. How do I eliminate these pauses?
In config.xml recorded:
preference name="AllowInlineMediaPlayback" value="true"
preference name="MediaPlaybackRequiresUserAction" value="false"
The text was updated successfully, but these errors were encountered: