universalviewer
universalviewer copied to clipboard
Possibility to use uv with dynamic manifest
Hi,
For a project, I need UV to work offline. But manifests are created offline too from another js library too, and uv cannot load them: it requires a url for iiifResourceUri, not a real json object.
So do you have an idea to bypass this issue?
In fact, it seems to be possible to make some changes to this and to bundle.js/getData() and UrlParse() to fix it, but I prefer not to hack uv and keep the official releases.
Thanks,
Can the manifests be written to disk and loaded with file:// URLs, or do you need to pass the data directly?
I need to pass the data directly, because they are built dynamically by a js library. Original records are stored, but they are not manifests, so there is a js library that converts them into manifests in real time.
https://github.com/UniversalViewer/user-stories/issues/43
All issues will be triaged for further investigation or closure by the 28 September 2023. If your issue is still relevant and would like for it be investigated further please comment by 14 September 2023.
Closing as duplicate of linked user story above.