ligate / zirco-browser

Automatically exported from code.google.com/p/zirco-browser
Other
0 stars 0 forks source link

Enable plugins (including flash) #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Find a way to enable the use of plugins in browser.

Hints:
- http://forum.xda-developers.com/showthread.php?t=552988
- 
http://developer.android.com/reference/android/webkit/WebSettings.html#setPlugin
sEnabled(boolean) (until 2.1)
- 
http://developer.android.com/reference/android/webkit/WebSettings.html#setPlugin
State(android.webkit.WebSettings.PluginState) (from 2.2)

Problems:
- Display different preference depending of the running platform (on/off for 
2.1, on/off/on demand for 2.2 and above).
- Cannot test on my device.

Original issue reported on code.google.com by J.Devauc...@gmail.com on 16 Dec 2010 at 9:26

GoogleCodeExporter commented 8 years ago
Done in r194.

Original comment by J.Devauc...@gmail.com on 3 Jan 2011 at 7:04