This shows the pdf when we open it in browser.
<html>
<head>
</head>
<body>
<iframe src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="100%" height="100%" >
</iframe>
</body>
</html>
But when I switch it to mobile view, it DOESNT work. Steps:
- Open Chrome Inspect Window.
- Click "Toggle Device Toolbar" icon on the top menu on inspect window toolbar.
- Now we can still see the pdf in mobile view.
- Once we refresh it, we can NO LONGER SEE pdf.
- Why ? I need to iframe the pdf and show it in mobile app in web view.
- Is it possible or not ?