Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 10-19-2008, 12:00 PM   #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
 

» Advertisements
» Stats
Members: 158,558
Threads: 89,129
Posts: 380,266
Top Poster: BrianSlick (7,104)
Welcome to our newest member, thesooty
Powered by vBadvanced CMPS v3.1.0

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