-
Notifications
You must be signed in to change notification settings - Fork 290
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
Blank screen shown when fullscreen button is clicked #28
Comments
could you show your code and layout file to see what is happening? |
Hi guyz, do you have any idea how fix this? |
Same issue, could anyone help us? |
I have faced like these problems. I fixed this by importing this views into my project directly. this zip archive includes the same VideoEnabledWebView.java and VideoEnabledWebChromeClient.java You can copy these to your project and then use it. thank you @cprcrack 👍 |
@Myerden I have replaced the files with your one, still the same issue. Only white blank screen. |
Hi Guy, My suggestion is utilized Google Youtube v3 |
Try to replace .setVisibility(View.INVISIBLE ); with .setVisibility(View.GONE); in VideoEnabledWebChromeClient |
When the full screen button is clicked a blank black screen is shown sometimes. The video doesnt appear only the audio will be playing in the background. This happens even in your demo. i am loading an iframe with loadHtml(). Is there anything extra I have to do?
The text was updated successfully, but these errors were encountered: