[TIMOB-25262] Android: Show PDF Preview when opening PDF from URL
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 6.1.2 |
Fix Version/s | n/a |
Components | Android |
Labels | android, openurl, pdf |
Reporter | Ricardo Ramirez |
Assignee | Unknown |
Created | 2017-09-11T18:04:16.000+0000 |
Updated | 2019-03-18T18:19:48.000+0000 |
Description
Issue description
Trying to open a PDF document from Appcelerator Android App to the Google Docs. The code is as follows
Ti.Platform.openURL("https://docs.google.com/gview?embedded=true&url=" + _pdf.policy_url);
The link opens and the google docs is open but the messege 'No Preview Available' Appears .
No comments