Rank: Advanced Member Groups: Member
Joined: 10/30/2017 Posts: 43
|
I think I saw where EO does not support chrome extensions. We trap on opening a new window and force it into our tab which houses the web control. Of course .pdf files work with no issue. Any suggestions on how to display word documents or spreadsheets? Any viewers for those like you have for .pdf files?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
EO.WebBrowser has a built-in PDF viewer, but it does not have a built-in viewer for Office document. When you try to open an Office document through EO.WebBrowser, it will trigger LaunchUrl event. You can handle this event and use another solution to actually display the file.
Thanks!
|