How to use WebViewer with IE9 and IE10?

To run WebViewer with IE9 or IE10 you need to use the legacy UI. WebViewer's legacy UI is only supported for version 5.2 or lower.

  1. Download WebViewer version 5.2
  2. Pass the ui: 'legacy' option to the WebViewer constructor.

JavaScript

1WebViewer({
2 path: '...',
3 ui: 'legacy',
4 // ...
5}).then(function() {
6
7});

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales