File transfer (download) success done but file not load

Hi
i use file transfer plugin for download image and mp3 files, and it’s correctly work fine
but when i want load file , it’s not working
file transfer show success action and show location that file stored and even storage used of app is change but when i want show image file in app by same given file location it’s not showed

For Download

let fileTransfer = this.transfer.create();
      fileTransfer.download(this.url).then((entry) => {
    console.log('success');
      }, (error) => {
         console.log('failed');
      });
    });

For show image

<img src="file:///data/data/com.test.wwww/files/5137.jpg">