I'm trying to download a file stored in CDS in the File datatype field, I've tried the Download functions in the format below and it works when I run the app from my browser but when I launch the app from a mobile device, nothing happens and I don't get an error message. Is there something I need to do to get it to work on mobile
Download("https:/orgname.crm.dynamics.com/api/data/v9.0/entityname("GUID")/fieldname/$value")
When I try to use the launch as below, it also works on y browser in my machine but then when I try it on a mobile device, it tries to open the site address in a browser and then I get a "Site not found" error.
Launch("https:/orgname.crm.dynamics.com/api/data/v9.0/entityname("GUID")/fieldname/$value")