Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Open pdfs from database in Adnroid

Dear Jay,

Try the following code:prevar pdf = 'https://api.appery.io/rest/1/db/files/527be05fe4b0157abfe953f4/72dfba43-c860-46b6-b86b-1d2f64b38531.MI-15_Family_of_Standard_Gain_Dipoles.pdf';

window.open(pdf, '_system');/pre

Jay6395558
Posts: 0
Joined: Thu Nov 07, 2013 8:17 pm

Open pdfs from database in Adnroid

Can you explain further? Do I replace the entire code with this new one or is this a part of the original code I sent you? Also, it looks like the code you sent might be the part for the "else" statement. That part seems to work fine for the iPhones. It is the "if" statement for android phones that is not working.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Open pdfs from database in Adnroid

Hi Jay,

This code should replace all the existing code. It works for us (tested on Android 4.2.2. On what OS is doesn't work?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Open pdfs from database in Adnroid

Hi Jay,

Did you solve this?

Jay6395558
Posts: 0
Joined: Thu Nov 07, 2013 8:17 pm

Open pdfs from database in Adnroid

I think so. It works with my Android phone and tablet but have not installed a new version of the iPhone app. Thanks for the follow up.

Return to “Issues”