Please help: i am running this in android
this.fileOpener.open(uri, ‘application/pdf’)
.then(() => console.log(‘File is opened’))
.catch(e => console.log(‘Error opening file here:’, e));
==============================
Here getting error such as — >
Erro: status: 9, message: “File not found”}