[TIMOB-14653] iOS: PDF in a webview does not show form fields value
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Hold |
Resolution Date | 2013-07-29T20:48:07.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 API |
Components | iOS |
Labels | ios, pdf, webview |
Reporter | Meenakshi Pathak |
Assignee | Ingo Muschenetz |
Created | 2013-07-25T09:36:38.000+0000 |
Updated | 2017-03-21T21:16:18.000+0000 |
Description
The PDF loads fine in a webView but the form field's values present in the PDF are not seen.
Here is the test case:
var win = Titanium.UI.createWindow({
backgroundColor:"#fff"
});
var pdfViewer = Ti.UI.createWebView({
});
var pdf = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, 'document.pdf');
pdfViewer.setData(pdf);
win.add(pdfViewer);
win.open();
Please find the attached document.pdf
for testing.
Attachments
File | Date | Size |
---|---|---|
document.pdf | 2013-07-25T09:37:37.000+0000 | 1262833 |
Given that we see the exact same behavior natively, and that all I can find about PDFs and forms in iOS is that, 'you don't' (see http://stackoverflow.com/questions/8370048/in-ios-how-can-you-programmatically-fill-out-a-pdf-form-field ) Moving we mark this one as hold for when/if Apple supports forms in a PDF in iOS.
Apple's code, and not something we can route around.
Closing ticket due to the time that has passed since it was filed.