Did you find this guide helpful?
Some test text!
Web / FAQ / How to use WebViewer with IE9 and IE10?
Platform
Documentation
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.
ui: 'legacy'
option to the WebViewer constructor.WebViewer({
path: '...',
ui: 'legacy',
// ...
}).then(function() {
});
Get the answers you need: Support