mostafa-mansour1 / previewAnyFile

Cordova Plugin to preview any file in native mode by providing the local or external URL
MIT License
33 stars 31 forks source link

why download pdf not view? #7

Closed coolara closed 4 years ago

coolara commented 4 years ago

hello this is my code const viewUrl = 'http://www.africau.edu/images/default/sample.pdf'; this.previewAnyFile.preview(viewUrl).then(resp => { console.log(resp); }, err => { console.log(err); }); on android device it download file not view why?

mostafa-mansour1 commented 4 years ago

The file must be downloaded to user device to preview it with local application

Regards,


Mostafa Mansour Software Engineer 00971 524988466 0020 1113019196

On 24 Jun 2020, at 5:55 AM, wzy notifications@github.com wrote:



hello this is my code const viewUrl = 'http://www.africau.edu/images/default/sample.pdf'; this.previewAnyFile.preview(viewUrl).then(resp => { console.log(resp); }, err => { console.log(err); }); on android device it download file not view why?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mostafa-mansour1/previewAnyFile/issues/7, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSFOB4V734H2UTSPYHZWDLRYFMKBANCNFSM4OGGRP7A.

coolara commented 4 years ago

thank u; download is not a better way i need online preview