Android Webview for videosteams? -


i using webview connect ip camera. works when need snapshots , white screen when try videostreams. tried .getplugins well. possible reason?

mwebview = (webview) findviewbyid(r.id.webview1); mwebview.getsettings().setjavascriptenabled(true); mwebview.loadurl("http://<ipaddress>/videostream.cgi?user=&pwd="); 

you can call browser activity , set specific url intent. take here: sending intent browser open specific url


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -