danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.59k forks source link

Question: Is it possible to preview .pdf files on mobiles? #2040

Open jakeweb opened 6 years ago

jakeweb commented 6 years ago

Hi @danialfarid , I have the same question as #1118 The answer was <iframe ngf-src="uploadFile"></iframe> and it works for desktop. But on mobile it doesn't. Is it possible preview pdf files on mobiles? Thanks