Page 3 of 3
Open pdfs from database in Adnroid
Posted: Wed Jun 11, 2014 7:18 am
by Kateryna Grynko
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
Open pdfs from database in Adnroid
Posted: Wed Jun 11, 2014 12:35 pm
by Jay6395558
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.
Open pdfs from database in Adnroid
Posted: Thu Jun 12, 2014 6:45 am
by Kateryna Grynko
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?
Open pdfs from database in Adnroid
Posted: Fri Jun 27, 2014 10:10 am
by Kateryna Grynko
Hi Jay,
Did you solve this?
Open pdfs from database in Adnroid
Posted: Fri Jun 27, 2014 12:25 pm
by Jay6395558
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.