I have the following problem. When making this call inside a view controller :
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.youtube.com/user/mc1975mc1/videos?sort=dd&view=0&page=1"]]];
I am getting it correct in the simulator. see the following screen capture:
But when running on the device, I am getting to separated overlays. See the following pics:
The first one is the left part, the seond one is when starting scrolling while the last one is the second part.
Is it a bug? or there is a way to work around?
Thank you