UIWebView is displaying white screen when loading rtf/docx documents

testing

This seems to be bug which occurs on iOS 7 as well as on iOS 8. I already filled out a bug report and I provide a workaround in my answer.

This is the code in C# which loads my rtf document:

webView.LoadData (documentData, "text/rtf", "utf-8", new NSUrl ("/"));

Requirements:

  • webview is visible on screen, but not taking the full screen
  • only rtf, docx so far
  • different documents are loaded consecutively

How it behaves?

The load of the first document works fine. The second load shows a blank (white) screen. Then you can toggle between the document showing and showing the blank screen. So one would have to load the document the second time (was not able doing this in code) to actually display the document.

Some additoinal remarks: My constraints are correct (verified in a test project without constraints at all). On a real device (iPad) it behaves the same. If have tested it in iPad 2 simulator and on iPad Air.

testing

Basically, the idea is to clear the webview before you load another document on screen. The code is in C#, but you can easily convert it to Objective-C/Swift:

// clear the webview so that successive calls display the document correctly
webView.LoadRequest (NSUrlRequest.FromUrl (NSUrl.FromString ("about:blank")));

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Polymer: flashes of white screen when page loads

분류에서Dev

White Space in UIWebView

분류에서Dev

White blocking screen when put youtube in full-screen mode

분류에서Dev

Wordpress child theme white screen

분류에서Dev

Adding white space to a shutter screen shot

분류에서Dev

WebView.Navigate only shows white screen

분류에서Dev

Laravel White Screen - Possible Mcrypt issue?

분류에서Dev

Website fade when loading

분류에서Dev

Windows 10 Shows Orange Screen with White Vertical Lines on boot

분류에서Dev

Space not taking when displaying value in div

분류에서Dev

Displaying a view when clicking a item in listview

분류에서Dev

Displaying "No Results" When AWK Command has no output

분류에서Dev

Issue with Displaying error message when the file is empty

분류에서Dev

Adding a class when images are loading

분류에서Dev

How to get rid of a ghost scrollbar (a white bar) in full-screen mode in Preview.app?

분류에서Dev

Ubuntu 14.04.3 install DVD hangs after boot on black and white squared screen

분류에서Dev

white space above div when text is entered inside the div

분류에서Dev

How to print in black and white when a color ink cartridge is out of ink

분류에서Dev

How to include white space when searching for a string in text file

분류에서Dev

how to handle white space in filename when using subprocess in python

분류에서Dev

Windows became a black and white frame with full inner transparency when dragging it

분류에서Dev

webview draw white trace over other layout when moving

분류에서Dev

UITableView is displaying incorrectly first time but when i come back on that view again its displaying correctly

분류에서Dev

Screen: can I execute commands and split the window when starting screen?

분류에서Dev

How to tell when the viewpager is done loading

분류에서Dev

Durandal Load data when view is still loading

분류에서Dev

Adding numbering when loading from XML files

분류에서Dev

ReferenceError: ko is not defined when loading from jQuery

분류에서Dev

Meteor LogginIn() shows loading when not needed

Related 관련 기사

  1. 1

    Polymer: flashes of white screen when page loads

  2. 2

    White Space in UIWebView

  3. 3

    White blocking screen when put youtube in full-screen mode

  4. 4

    Wordpress child theme white screen

  5. 5

    Adding white space to a shutter screen shot

  6. 6

    WebView.Navigate only shows white screen

  7. 7

    Laravel White Screen - Possible Mcrypt issue?

  8. 8

    Website fade when loading

  9. 9

    Windows 10 Shows Orange Screen with White Vertical Lines on boot

  10. 10

    Space not taking when displaying value in div

  11. 11

    Displaying a view when clicking a item in listview

  12. 12

    Displaying "No Results" When AWK Command has no output

  13. 13

    Issue with Displaying error message when the file is empty

  14. 14

    Adding a class when images are loading

  15. 15

    How to get rid of a ghost scrollbar (a white bar) in full-screen mode in Preview.app?

  16. 16

    Ubuntu 14.04.3 install DVD hangs after boot on black and white squared screen

  17. 17

    white space above div when text is entered inside the div

  18. 18

    How to print in black and white when a color ink cartridge is out of ink

  19. 19

    How to include white space when searching for a string in text file

  20. 20

    how to handle white space in filename when using subprocess in python

  21. 21

    Windows became a black and white frame with full inner transparency when dragging it

  22. 22

    webview draw white trace over other layout when moving

  23. 23

    UITableView is displaying incorrectly first time but when i come back on that view again its displaying correctly

  24. 24

    Screen: can I execute commands and split the window when starting screen?

  25. 25

    How to tell when the viewpager is done loading

  26. 26

    Durandal Load data when view is still loading

  27. 27

    Adding numbering when loading from XML files

  28. 28

    ReferenceError: ko is not defined when loading from jQuery

  29. 29

    Meteor LogginIn() shows loading when not needed

뜨겁다태그

보관