Playing iframe videos in android 4.2.2 -
did have problems playing videos embedded in webview using iframe on android 4.2.2, works fine on 4.4+ on 4.2 videos won't play. this how data loaded string content = "<iframe allowfullscreen=\"\" frameborder=\"0\" height=\"270\" src=\"http://www.dailymotion.com/embed/video/x22rv5x\" width=\"480\"></iframe>" mwebview.getsettings().setjavascriptenabled(true); mwebview.loaddata(content, "text/html", "utf-8"); you can try adding youtube links too.