At the beginning, I started uploading it just as a media file like all the pictures. Then, since I received this concern I set up the download restrictions and uploaded it to “/plugins/s2member-files” without getting any better.
As you mentioned, I have tried with chrome and the default browser of my mobile with the same result. However, it is possible for me to download the one I uploaded to a Facebook group with both browsers.
However, at least, there is one user that has no issue downloading from his mobile which happens to be the same model as mine: LG G3.
That having said, I have put an open post for you to check out. It should download a PDF touching the picture:
https://conexioninstantanea.com/a
As a plugins, I am using a few but I believe the most relevant is Wp-courseware plugin.
These are the codes I have tried:
The one using default wordpress media content:
<div class="one-third first">[wpcourse course="1" module="1,2" module_desc="true" /]</div>
<h1 class="two-thirds" style="text-align:center;">Contrato</h1>
<div class="two-thirds"><a class="w3-btn w3-white w3-ripple" **https://conexioninstantanea.com/wp-content/uploads/2016/09/" download="Contrato-Fiel-a-mi-Mejor-Versión.pdf"**>[caption id="attachment_359" align="alignnone" width="800"]<img class="wp-image-359 size-full" src="https://conexioninstantanea.com/wp-content/uploads/2016/09/ContratoFielMejorVersion.jpg" alt="contratofielmejorversion" width="800" height="615" />[/caption]</a>
<p align="center">Haz clic en la imagen para descargar el contrato.
Si estás en un dispositivo táctil y no te descarga pulsando en la imagen, deberás hacerlo desde un ordenador o accediendo al <a href="https://www.facebook.com/groups/conexioninstantanea/" target="_blank">grupo privado</a>. Allí deberás buscar y encontrar el archivo:
"Contrato Fiel a mi Mejor Versión".</p>
</div>
<div class="clearfix"></div>
The one using /plugins/s2member-files:
<div class="one-third first">[wpcourse course="1" module="1,2" module_desc="true" /]</div>
<h1 class="two-thirds" style="text-align:center;">Contrato</h1>
<div class="two-thirds"><a class="w3-btn w3-white w3-ripple" **href="https://conexioninstantanea.com/?s2member_file_download=Contrato Fiel a mi Mejor Versión.pdf&s2member_skip_confirmation"**>[caption id="attachment_359" align="alignnone" width="800"]<img class="wp-image-359 size-full" src="https://conexioninstantanea.com/wp-content/uploads/2016/09/ContratoFielMejorVersion.jpg" alt="contratofielmejorversion" width="800" height="615" />[/caption]</a>
<p align="center">Haz clic en la imagen para descargar el contrato.
Si estás en un dispositivo táctil y no te descarga pulsando en la imagen, deberás hacerlo desde un ordenador o accediendo al <a href="https://www.facebook.com/groups/conexioninstantanea/" target="_blank">grupo privado</a>. Allí deberás buscar y encontrar el archivo:
"Contrato Fiel a mi Mejor Versión".</p>
</div>
<div class="clearfix"></div>
Anything else you need, please, do not hesitate.
Many, many thanks for your efforts.