Community, I hope you can help me, I need to see my webview as http://www.templatemonster.com/es/demo/44836.html flash and related pages .
https://play.google.com/store/apps/details?id=com.nambudenki.android.fow&hl=es and try to install flash player 11 .
I tested also placing android:
hardwareAccelerated = "true "
on the manifest
mWebView.getSettings().setPluginsEnabled (true);
this deprecated and
mWebView.getSettings().setPluginState(WebSettings.PluginState.ON);
It does not work either .
I conducted tests in a kit kat LG G2 with 4.4.2
I hope you can help