Hi,
when I browse with the normal Browser to
m.youtube.com and click a video it starts fine.
I have made a simple WebviewClient
webview.setWebViewClient(new HelloWebViewClient()
and a webview.setWebChromeClient(new WebChromeClient()
that works perfect with normal html pages.
but when I click on a video link, like on Youtube.
NOTHING happens. Even I dont see any error in the adb log.
What Do I have to activate or implement in my WebViewclient
or WebChomeClient???
Thanks in advance.
-pratush
when I browse with the normal Browser to
m.youtube.com and click a video it starts fine.
I have made a simple WebviewClient
webview.setWebViewClient(new HelloWebViewClient()
and a webview.setWebChromeClient(new WebChromeClient()
that works perfect with normal html pages.
but when I click on a video link, like on Youtube.
NOTHING happens. Even I dont see any error in the adb log.
What Do I have to activate or implement in my WebViewclient
or WebChomeClient???
Thanks in advance.
-pratush