Download File On Native Flow

0
Hello, I have an application that is on both web and native.  I have a flow that successfully creates a PDF file using a microflow and a document template.  The microflow uses the “Generate File” and “Download file” activities to create and download the file.   The flow works perfectly on web, but it does not download the file on native.  I have debugged the flow many times, and it appears to be running through the flow just fine on the native side except for no file downloads to the iPad.   Any ideas why this is not working?  
asked
2 answers
1

Hi Carter,

Use this module for Native file download:

A java script action is present to download file in native.

https://marketplace.mendix.com/link/component/114252 

 

Also, you can refer to this forum post. This post will give you an idea of why your usual Download file activity does not work in native apps.

https://forum.mendix.com/link/space/mobile/questions/110086

 

answered
0

Dinesh, here is a picture of my updated nanoflow:

 

answered