IPad App Issue - Webview
Posted
by Manoj Khaylia
on Stack Overflow
See other posts from Stack Overflow
or by Manoj Khaylia
Published on 2010-04-02T17:16:36Z
Indexed on
2010/04/02
17:23 UTC
Read the original article
Hit count: 477
cocoa-touch
|ipad-sdk
Hi all
I developing a Ipad application I am trying to use Webview but not able to open the URL in webview I am using following code
NSURL *fileURL = [[[NSURL alloc] initWithString:@"http://www.google.com/"] autorelease];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:fileURL];
[webview loadRequest:requestObj];
this code working well for Iphone app not not working for Ipad app. Is anything wrong.
Thanks Amit Battan
© Stack Overflow or respective owner