Iframe Youtube Video Showing Black Screen Using Dialogfragment And Only Audio Is Playing In Webview
I am parsing iframe youtube link data using JSON to Webview in a Dialog Fragment. Video output is showing a black screen and only the audio of the video is playing. I have tried to
Solution 1:
I checked your code and it's fine. I commented setLayerType
property and checked. It's working fine. Just comment mwebView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
.
Post a Comment for "Iframe Youtube Video Showing Black Screen Using Dialogfragment And Only Audio Is Playing In Webview"