Make embedded PDF scrollable in iPad

后端 未结 8 1813
刺人心
刺人心 2021-02-01 22:24

For some reason the iPad safari browser does not handle embedded PDFs well. PDFs view fine on their own when launched standalone, but not with the object tag. The problem is t

8条回答
  •  抹茶落季
    2021-02-01 22:48

    Hopefully this can help others in the future. I used google's pdf viewer to be able to scroll a pdf in an iframe. So on the src tag the url is

    https://docs.google.com/gview?url=’ + ‘insert link to PDF’ + embedded=true

提交回复
热议问题