Hi, it's possible to have a list of installed plug-in from inside an HTML page? it seems that the plug-ins array is empty in Neon: if (navigator.plugins.length) { document.writeln("Plugins installed:"); for (var i = 0; i navigator.plugins.length; i++){ document.writeln(navigator.plugins[i].name + "") } } Regards Pietro
List installed plugin from html page |
1 Replies
Hi, Just to clarify for others reading this post we are referring to NPAPI plugins and not Neon plugins such as the scanner etc. It appears this is a bug and I am tracking with our WebKit team. Thanks, Darryn.