The problem is that I can load YouTube site, and navigate trough videos,
but when I click to play a video nothing happens.
Video just get orange flash like it is selected,
but doesn't start loading or playing.
I am using Android 2.2.
the methods that I am using in web View are:
webView.getSettings().setJavaScriptEnabled(true); webView.getSettings().setPluginState(PluginState.ON); webView.getSettings().setPluginsEnabled(true);
any help is highly appreciated,
Thanks