Skip to content

PDF not displaying on Mobile Chrome #26

@BlackstoneEngineering

Description

@BlackstoneEngineering

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

  1. Change object to iframe
<iframe src="filename.pdf" title='SOME_TITLE' />
  1. Add a "Open in New Tab" button when the PDF fails to load

  2. Do nothing, the current Download button is good enouch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions