sroy93

Results 5 comments of sroy93

Sure. Here's the piece of it that contains the email portion: (See below the code for the value of the attachment path variable) email.available().then((avail: boolean) => { if(avail) { dialogs.prompt({...

Well you aren't going to be able to if you aren't on the correct network. I can though from a browser.

I am also displaying the PDF via another NativeScript plugin using the same variable, so the same URL. So it is not as though the app itself cannot access it.

Good thought. I tried replacing the variable in my code with the public URL you find here. It gives the same error. email.available().then((avail: boolean) => { if(avail) { dialogs.prompt({ title:...

Is there any update on this by chance? I have now tested this on an Android, as well as, iOS and the issue occurs on both.