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
if your URI requires the host / scheme, etc. you can't view the document. We were loading PDFs with pdf_render via remote URLs before, but those don't work with Pdfrx because of this.
Because of #36 we can't manually load the pdfs and pass them to the viewer with http.get either.
The text was updated successfully, but these errors were encountered:
PdfViewer.uri doesn't work with absolute URLs because it throws out everything but the path:
if your URI requires the host / scheme, etc. you can't view the document. We were loading PDFs with pdf_render via remote URLs before, but those don't work with Pdfrx because of this.
Because of #36 we can't manually load the pdfs and pass them to the viewer with http.get either.
The text was updated successfully, but these errors were encountered: