webviewer.min.js
file is not located inside the PROJ_PATH/src/app/
folder or any of its sub-folderswebviewer.min.js
to the scripts
array under the build
options array in angular.json
assets
array under the build
options in angular.json
When using WebViewer as part of a PWA, make sure to include the path to WebViewer "lib" folder in your ngsw-config.json
file. Also WebViewer needs to pass configuration information to it's workers. Make sure that you are not setting ignoreSearch
to be true
under cacheQueryOptions. So in your ngsw-config.json
file
ignoreSearch
default value is false
so the ignoreSearch
above is actually not needed. If a project requires ignoreSearch
be to true
for other resources, make sure to not set it to true
for WebViewer's resources
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales