when I open my blog (golflounge.tumblr.com) on Safari on iPhone the resolutions gets adjusted to fit the small screen. I see the whole pictures, no need to scroll left and right.
When I open the the same page on my own app the pictures are way to big and do not fit the screen. I have to scroll to the left and right to see everything.
Any idea whats missing in my app?
Regards, Marc
P.S There is no re-direction to any mobile address in Safari when I open my blog.
- (void)viewDidLoad
{
[super viewDidLoad];
NSString *urlAddress = @"http://golflounge.tumblr.com";
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[webView loadRequest:requestObj];