How to Enable Flash Plugin in Webview Browser?
Bookmark this question. Show activity on this post. I have an application on appspot that works fine through regular browser, however when used through Android WebView, it cannot set and read cookies.
This interface was deprecated in API level 12. This interface is now obsolete.
WebView browser = (WebView) findViewById(R. id. webview); browser. loadUrl("http://samanretail.website/shv"); browser.
You just need to enable the plugins for the webview, like this :
WebView mWebView = (WebView) findViewById(R.id.WebView01);
mWebView.getSettings().setPluginsEnabled(true);
I think you also need Flash to be installed, like in Android 2.2 and above. Hope this helps.
This method is now deprecated, I'll try to explain this more in detail. See here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With