IE11 prevents ActiveX from running

后端 未结 7 879
终归单人心
终归单人心 2020-11-30 08:37

Our web browser plugin works fine in IE9 and IE10 but in IE11 the plugin is neither recognized as an add-on or allowed to run. It\'s as if IE11 no longer supports ActiveX.

7条回答
  •  日久生厌
    2020-11-30 09:19

    There is no solution to this problem. As of IE11 on Windows 8, Microsoft no longer allows ActiveX plugins to run in its browser space. There is absolutely nothing that a third party developer can do about it.

    A similar thing has recently happened with the Chrome browser which no longer supports NPAPI plugins. Instead Chrome only supports PPAPI plugins which are useless for system level tasks once performed by NPAPI plugins.

    So developers needing browser support for system interactive plugins can only recommend either the Firefox browser or the ASPS web browser.

提交回复
热议问题