ampproject / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
14.89k stars 3.89k forks source link

amp-google-document-embed doesn't load the embed document all the time #36986

Open kariae opened 2 years ago

kariae commented 2 years ago

Description

Using the amp-google-document-embed to embed a PDF document doesn't work all the time, sometimes the loader just hangs there.

Reproduction Steps

Add the following code to an AMP page, and reload the page a few times.

<amp-google-document-embed
    src="https://file-examples-com.github.io/uploads/2017/10/file-sample_150kB.pdf"
    width="800"
    height="600"
    layout="responsive"
>

Relevant Logs

No response

Browser(s) Affected

No response

OS(s) Affected

No response

Device(s) Affected

No response

AMP Version Affected

No response

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.