Uncaught SecurityError: Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "http://localhost:8080". The frame requesting access set "document.domain" to "localhost", but the frame being accessed did not. Both must set "document.domain" to the same value to allow access.
This error seems to occur in the WebViewer.js in the _createHTML5 function. The PDF document is located on the same domain that it will be displayed on. When I run the app at host "[myIPAddress]:8080" it seems to work.
Please let me know if I can provide more information.
Thanks,
Peter