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.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -