Hello,
we are working on SPA html5 project based on angularJS that needs to visualize multiple documents in one page(without IFrames). I have tested your DocumentViewer control for rendering page canvases and its great, but I have found issues when there are used multiple DocumentViewer instances in one page.
There are two issues i have found when multiple instances are placed in page:
1. Images used in documents are mixed (picture from one document is displayed instead of different one in second document)
2. Sometimes LoadCanvasAsyc method dont create page canvas without any information or error (drawComplete callback is not called)
You you help me to solve this issues please? I shortly tried to find whats the problem, but orientation in uglyfied corecontrols.js code is not easy ;-)
I have created sample application(with my reduced component) to reproduce this issues. Its simple page with 3 XOD documents visualized in one page. Sample files are attached to this message and is also available on
http://blog.wujigrid.com/pdfTest/pdftest.html.
Just refresh page several times and you will see the results. Tested on IE11 && latest Chrome.
Thanks for info
Michael Dudek