I use webview to display youtube content. For some reason, it adds a frame to the video.
Does anyone knows how to remove it?
My code is:
String data_html = "<iframe width=\"300\" height=\"162\" src=\"http://www.youtube.com/embed
/RbyBj-pmNwM\" frameborder=\"0\"></iframe>";
video.loadData(data_html, "text/html", null);
And here is an example of the white frame I can't get rid of:
