Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Adding activities to UNICOM Intelligence Interviewer - Server Admin > Common tasks in activity development > Supporting different web browsers
 
Supporting different web browsers
The SupportFireFoxBrowser property supports alternative web browsers (for example, Firefox and Chrome). The property can be added to a customized application in the web.config file’s appSettings properties. A value of true provides alternative browser support in customized applications. For example:
<appSettings>
  <add key="SupportFireFoxBrowser" value="true" />
</appSettings>
See also
Common tasks in activity development