I highly suspect the solution to a problem I am having developing a mobile website is to prevent the PDF from downloading in parts. Downloading a PDF from this mobile site on Android results in download unsuccessful.
The site is on a staging server that requires simple authentication. I have read elsewhere that Android doesn't handle this situation properly (or at least there have been multiple similar issues). If I can simply get the file to download fully without it being sent in small packets my hunch is that the issue I am encountering will go away.
How do I force a PDF to fully download before being viewed?
Other ideas on this topic are desired as well!