• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UIWebview issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UIWebview issues


  • Subject: UIWebview issues
  • From: Development <email@hidden>
  • Date: Fri, 10 Jul 2009 19:00:45 -0700

I need to use a UIWebview of an in app paypal purchase, the problem is it does not work. the app hangs up when you try to log in. here is my webview code and the error I get:

webViewContainer.autoresizesSubviews = YES;
webViewContainer.autoresizingMask = (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight);


webView.autoresizingMask = (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight);
webView.delegate = self;
[webViewContainer addSubview: webView];

[webView loadRequest:request];



Errors are:
*** -[UIView scrollRectToVisible:animated:]: unrecognized selector sent to instance 0x3d48d30
2009-07-10 18:55:28.732 application[40971:20b] CoreAnimation: ignoring exception: *** -[UIView scrollRectToVisible:animated:]: unrecognized selector sent to instance 0x3d48d30
2009-07-10 18:55:38.452 application[40971:1103] void SendDelegateMessage(NSInvocation*): delegate (webViewFirstResponder:) failed to return after waiting 10 seconds. main run loop mode: UITrackingRunLoopMode
_______________________________________________


Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: UIWebview issues
      • From: Alexander Spohr <email@hidden>
  • Prev by Date: Re: getting directories created from a certain time
  • Next by Date: Re: bypass NSApp
  • Previous by thread: Re: getting directories created from a certain time
  • Next by thread: Re: UIWebview issues
  • Index(es):
    • Date
    • Thread