The problem is that I can upload a YouTube site and navigate through videos,
but when I click to play the video, nothing happens.
The video just gets an orange flash as it is selected,
but does not start downloading or playback.
I am using Android 2.2.
The methods that I use in the web view are as follows:
webView.getSettings () setJavaScriptEnabled (true). . WebView.getSettings () setPluginState (PluginState.ON); . WebView.getSettings () setPluginsEnabled (true);

any help is appreciated
thank
source
share