pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 587 forks source link

Cannot display files normally, such as pictures, pdf, doc #209

Closed preservance717 closed 5 years ago

preservance717 commented 6 years ago

this.fileOpener.open((this.file.externalRootDirectory + 'quality/123.jpg'), 'image/jpeg') .then(() => { }) .catch(e => { }); file has found, but can't display normally. The following figure shows the photo 123

this is my ionic info ionic-info

i don't know why. i need help

shnist commented 5 years ago

hi @preservance717, thanks for raising this issue. Were you able to resolve your issue in the end?

preservance717 commented 5 years ago

yes. i solve this . first, i use fileTransfer, then usefileOpener. image

shnist commented 5 years ago

great, glad you were able to resolve your issue.