You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we read PDF from local storage, the hypothes.is cannot get the file name, but just shows "Untitled Document" in the comment management page. That's confusing whle reading multiple local PDFs.
We found a solution. If we put this pdf on a web server, then hypothes.is page change from "Untitled Document" to "my_filename_1.pdf", BUT it's only valid the first time. Even if we change the file to "my_filename_2.pdf" and visit from another web link. There's still "my_filename_1.pdf" as the title forever in comment management page ^^
The text was updated successfully, but these errors were encountered:
When we read PDF from local storage, the hypothes.is cannot get the file name, but just shows "Untitled Document" in the comment management page. That's confusing whle reading multiple local PDFs.
We found a solution. If we put this pdf on a web server, then hypothes.is page change from "Untitled Document" to "my_filename_1.pdf", BUT it's only valid the first time. Even if we change the file to "my_filename_2.pdf" and visit from another web link. There's still "my_filename_1.pdf" as the title forever in comment management page ^^
The text was updated successfully, but these errors were encountered: