Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 10-19-2008, 11:00 AM   #5 (permalink)
schipmolder
Registered Member
iPhone Dev SDK Supporter
 
Join Date: Jul 2008
Posts: 19
Default

I had similar issues that were resolved when using the delay from Jason's post.
Just make sure you set the delegate of the webView to self and have a look if this works.

Quote:
- (void)webViewDidFinishLoadUIWebView *)webView {
[self performSelector:@selector(showWebView) withObject:nil afterDelay:.1];
}

- (void)showWebView {
[window makeKeyAndVisible];
[webView setHidden:NO];
}
If not, try adding a NSLog in the showWebView to see if this is called properly.
schipmolder is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,308
Threads: 39,107
Posts: 171,455
Top Poster: smasher (2,575)
Welcome to our newest member, howardie08
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:28 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.