Can anyone please guide me on how to resize video(fit to screen and full screen) in web view. I am trying to stream from embed link of channels in android app here is code snippet
String playVideo= "<html><body><iframe type=\"text/html\" width=\"350\" height=\"235\"src=\"http:http://ift.tt/2aBU3mJ\" frameborder=\"0\"></body></html>";
webView.loadData(playVideo, "text/html", "utf-8");
thanx in advance
Aucun commentaire:
Enregistrer un commentaire