I using UIWebView with -webkit-column-* and using vertical scroll ( window.scrollTo(X, 0); methood ) for changed page. All worked very good in ios4.3 and ios5. But in ios6 when scrolling I see blinks background in that part of the screen to go scroll Color of blink is equal to self.view (webview is transparent).
I see this question: ios 6 uiwebview shows background while scrolling a page using jquery scrolltop But this does not solve my problem.
How to get rid of this blink? Thanks!