79291141

Date: 2024-12-18 12:49:28
Score: 1.5
Natty:
Report link

There isn't currently easy solution because viewer (both APS Viewer and Tandem Viewer) are polluting global namespace. There can be some options:

<script>
  window.USE_LMV_APP_NAMESPACES = true;
  window.LMV_APP_NAMESPACE = 'myApp';
</script>

This should be set before loading first viewer script. Note this option wasn't thoroughly tested and may have some limitations.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Jan Liska