I am new to android. I am facing two problems right now 1. I parsed xml file and showed it in webview which contains videos and text . When i click on videos
This does it:
myWebView.getSettings().setPluginState(PluginState.ON); myWebView.getSettings().setJavaScriptEnabled(true); myWebView.getSettings().setAllowFileAccess(true); myWebView.setWebChromeClient(new WebChromeClient());
And enable hardware acceleration too!