Also, after four attempts at opening pdfs this way I get a message that says, "You've reached the bandwidth limit for viewing or downloading files that aren't in Google Docs format." With that in mind, it is clear to me that I don't want to go this route for opening pdfs with an Android phone. What code can I provide that will only allow the user to download the pdf onto their phone where they have to use their own phone's pdf viewer?
Also, I am currently using this code for the iphone.
codewindow.open('https://api.appery.io/rest/1/db/files/527be05fe4b0157abfe953f4/6834ad8c-3f4a-40bc-a2d9-5078814e9e13.MI-3120_Family_of_Synthesized_Signal_Sources.pdf', '_blank','EnableViewPortScale=yes'); /code
It works great so if I add any kind of code that makes Android users download a pdf will that mess up iphone users?