iphone - UIWebview in UIScrollview with images, left most goes white -


uiscrollview x images frames next each other , work fine, scrolling, etc.

there 1 uiwebview in scrollview subviews set hidden. when web page desired webview set frame of image (in page did load), image hidden , webview set not hidden.

all working fine except when done image @ left position in scroll view, web view seems start display web page (after page did load event) goes white , it. web view , scroll view seems in bad state. trying hide web view , etc not work. happens left image, otherwise else seems working fine. fix right stop , start app. scrollview has been working fine , defined in ui editor. imageviews , webview defined @ run time.

any comments on how fix this?

if leftmost position ignored scroll view (does not make web view visible), works fine.

sdk 4.x

one tip docs: "you should not embed uiwebview or uitableview objects in uiscrollview objects."


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -