Android, local PDF and the Browser Widget

J. Landman Gay jacque at hyperactivesw.com
Tue Aug 7 16:52:32 EDT 2018


On 8/7/18 3:25 PM, Dan Friedman via use-livecode wrote:
> put specialFolderPath("documents") & "myTemp.pdf"

This returns on desktop: /Users/<name>/DocumentsmyTemp.pdf

So I think you're writing to the wrong folder. Apparently iOS allows 
that, Android doesn't. Add a slash:

put specialFolderPath("documents") & "/myTemp.pdf"

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list