latestchatty/latest-chatty-ios

ThreadView's UIWebView postView flashes white

Closed this issue · 3 comments

ThreadViewController's UIWebView postView flashes white at different times.

Not totally sure why, but it occurs sometimes when selecting a thread from the bottom TableView and it occurs every time the GrippyBar is moved.

The only way I have been able to mitigate the in-your-face white flash is to turn off the Opaque attribute of the WebView in ThreadView's xib. This causes the flash to not be white, but rather the parent view's set background color (which is the same as the color set in CSS dumped into the WebView).

This is better than nothing, I suppose.

Oh UIWebView

Annoying aren't they?

Sent from my iPhone

On Sep 27, 2012, at 5:41 PM, Matt Behrens notifications@github.com wrote:

Oh UIWebView


Reply to this email directly or view it on
GitHubhttps://github.com//issues/49#issuecomment-8955978.

Unticking "Opaque" from the UIWebView's attributes in the xib is good enough for me personally. It's much better than the flashing white.