-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attaching PDFs #36
Comments
Can you show the actual code? |
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) => {
The error reads: "File not found for path: http://cpuimages.ivansmith.com/CPUImages/SignaturePDFs/1001903LG28-SIG.pdf" So that is going to be the value of the variable in the code. |
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. |
Let’s not complicate things. Do you have the same issue with a publicly available pdf (please post an example) |
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) => {
|
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. |
I have not found time to look into it. Flagging it as "help wanted" so perhaps someone else can step in. |
Does attaching PDFs work with this plugin? I am getting a 'File not Found' error for the remote URL path to the PDF, but it is the correct path and is accessible when the URL is plugged into a browser.
Thanks!
The text was updated successfully, but these errors were encountered: