Hi,
I'm using APEX 19.1 on AWS. I have a mobile app using UT.
I have a CR which has 2 columns file_name and dowload file. The download file is a Download BLOB type
This works fine and downloads the file on desktop. If I open the app in mobile, the download link tries to open the PDF and not download. If there is no default PDF viewer on mobile, it just hangs and stays on the same page.
How to directly download the file on mobile devices?
Please suggest.
Thanks.