Re: iOS Browser Widget and PDFs? SOLVED

2017-07-07 Thread Jonathan Lynch via use-livecode
I think you are safe using special folder path "documents" on all platforms. Sent from my iPhone > On Jul 7, 2017, at 1:00 PM, JOHN PATTEN via use-livecode > wrote: > > FWIW… > > The issue was related to the specialFolderPath. When I was testing this > aspect of the app I had it point to spe

Re: iOS Browser Widget and PDFs? SOLVED

2017-07-07 Thread JOHN PATTEN via use-livecode
FWIW… The issue was related to the specialFolderPath. When I was testing this aspect of the app I had it point to specialFolderPath(“Desktop"). Naturally, on the iPad I changed it to specialFolderPath(“engine”) thinking that would cover the iOS app. Nope. Apparently you can’t save files (pdfs)

Re: iOS Browser Widget and PDFs?

2017-07-06 Thread JOHN PATTEN via use-livecode
I had it “Answer" me the path to the pdf in the iOS app on the iPad and it reports back: /var/containerns/Bundle?Application?CA0B0721-80F7-4B24-92C4-0B156D/PTP System.app/Teacher Laptop Replacement Quote (19).dpf This should be the path that the - set url of the widget “quoteBrowser” - is set

iOS Browser Widget and PDFs?

2017-07-06 Thread JOHN PATTEN via use-livecode
Hi All! I have little app that I’m using track our department quotes/purchases etc. It pulls the info out of a mySQl db. I have an issue with browser widget displaying the pdf quotes on iOS. The app pulls the PDF out of mysql via: Put "SELECT attachment FROM quotes WHERE name ='" & jQuote & "'"