-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
problem
On mobile devices using chrome the PDF's will not display.
Debug
The <object> tag in the PDF object does not render PDF's on mobile chrome.
According to light searching, using an iFrame would allow it to work.
Alternatively linking directly to the file may work, like open in new tab the file itself.
Solution
- Change object to iframe
<iframe src="filename.pdf" title='SOME_TITLE' />-
Add a "Open in New Tab" button when the PDF fails to load
-
Do nothing, the current Download button is good enouch
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels