react-pdf
react-pdf copied to clipboard
Not working in android's chrome
Describe the bug PDF not loading in android chrome. It stucks with a Open button that does nothing.
To Reproduce
- Open any generated PDF in android's chrome
Expected behavior Works as it does in a web browser
Screenshots
(Abrir means Open)

Specs:
- OS: Android
- Browser: Chrome
- React-pdf version: 2.3.0
Hi, any update about it ? I have the same issue
Seems like it's working, just that the browser seems not able to render the document. <PDFViewer /> just renders an iframe that leverages whatever the browser chooses to render the doc. If you need something more custom you will need to build it yourself. Like getting the documet blob, and rendering it with https://github.com/wojtekmaj/react-pdf