Erel,
Look this video, in the normal browser of android (4.0.4) is working very well, play normally but when I embedded in a webview (putting in design mode or creating webview programmatically) is showing only a gray screen.
Why is this happening? Can you help me?
My Code is:
WebView1.Tag = "WebTV"
rr.Target = WebView1
rr.Target = rr.RunMethod("getSettings")
rr.RunMethod2("setPluginsEnabled", True, "java.lang.boolean")
WebView1.JavaScriptEnabled = True
WebView1.ZoomEnabled = True
WebView1.LoadURL(pUrl)
WebView1.Visible = True
TV URL (pUrl) :
http://www.redetv.com.br/aovivo/pla...rnapcdn.net/REDETV/live_1&rtmp.subscribe=true
Look this video, in the normal browser of android (4.0.4) is working very well, play normally but when I embedded in a webview (putting in design mode or creating webview programmatically) is showing only a gray screen.
Why is this happening? Can you help me?
My Code is:
WebView1.Tag = "WebTV"
rr.Target = WebView1
rr.Target = rr.RunMethod("getSettings")
rr.RunMethod2("setPluginsEnabled", True, "java.lang.boolean")
WebView1.JavaScriptEnabled = True
WebView1.ZoomEnabled = True
WebView1.LoadURL(pUrl)
WebView1.Visible = True
TV URL (pUrl) :
http://www.redetv.com.br/aovivo/pla...rnapcdn.net/REDETV/live_1&rtmp.subscribe=true