[TIMOB-17631] iOS8: Setting document in a WebView by URL does not work
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Hold |
Resolution Date | 2014-09-08T21:34:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | ios8, qe-3.4.0 |
Reporter | Ewan Harris |
Assignee | Pedro Enrique |
Created | 2014-09-05T18:41:19.000+0000 |
Updated | 2017-03-17T18:17:44.000+0000 |
Description
Description
In KitchenSink->XHR->File Download the Set Web View(url) option does not display the file after it has been downloaded. If you use Set Web View (data) then the file will display fine.
*Notes*
This works in iOS7.
Steps To Reproduce
1. Add the attached app.js to an existing project
2. Tap Set Web View (url)
Actual Result
The file will not show but the web view will be present as shown by the label 'The webview will hide me!' being hidden
Expected Result
The file should show
Attachments
File | Date | Size |
app.js | 2014-09-05T18:44:04.000+0000 | 2526 |
FYI
There is a discussion going on in Stack Overflow, http://stackoverflow.com/questions/25158552/failed-to-find-pdf-header-pdf-not-found Putting this on hold and it appears to be an Apple bug webView.setData ( ... ) still works
Should retest against GM seed.
[~ingo], have retested using KitchenSink->Phone->XHR->File Download on iOS8 GM Seed and Xcode6 GM Seed and the issue no longer occurs.
Closing ticket due to time passed.