I have a PDF file I'm trying embed into my one of my blog, but while it works perfectly on desktop, it is absolutely broken on mobile. Why does it happened and how can I fix it?
<object data="file.pdf#toolbar=0&navpanes=0&scrollbar=0&view=fitH" type="application/pdf" width="100%" height="800px">
<p>It appears you don't have a PDF plugin for this browser.
No biggie... you can <a href="file.pdf">click here to
download the PDF file.</a></p>
</object>
Link to the post
Screenshots of the post on mobile

