enabling ActiveX control in chrome and firefox

前端 未结 2 1844
慢半拍i
慢半拍i 2020-12-11 08:56

We are using WebTwainX in our application where WebTwainX needs ActiveX to be enabled it supports only in Internet Explorer. How can I enable ActiveX in Chrome and Firefox s

相关标签:
2条回答
  • 2020-12-11 09:22

    By default, Google Chrome and Firefox web browsers do not support ActiveX controls. However, there are workarounds to enable ActiveX controls and get the required functionality based on ActiveX controls. Google Chrome users can download IE Tab extension that acts as Internet Explorer emulator. It helps enable ActiveX controls in Google Chrome as it emulates IE by using the IE rendering engine directly within Chrome.Firefox users can install ff-activex-host plugin to enable ActiveX controls in the browser. This plugin makes it possible to use (host) ActiveX controls in Firefox and provides full access to the hosted control (events, functions, properties).

    0 讨论(0)
  • 2020-12-11 09:26

    You cannot. It is a proprietary, platform-specific technology. Only Internet Explorer for Windows supports ActiveX.

    0 讨论(0)
提交回复
热议问题