Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

amit-battan

macrumors newbie
Original poster
Sep 10, 2009
16
0
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


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
 
Geeze! How many people here don't read contracts! For the millionth time you cannot talk about ipad apps here by doing so you will break apples NDA and could loose your developers lisence
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.