Video Is Not Displaying In Webview
I have one Html Page, In this Html Page I am displaying one Video but this video is not displaying in my application's webview but displaying in Default Browser, so Please tell me
Solution 1:
Replace this line
wb.getSettings().setPluginState(PluginState.ON);
with this one
wb.getSettings().setPluginState(WebSettings.PluginState.ON);
Post a Comment for "Video Is Not Displaying In Webview"