• 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
Re: UIWebview issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIWebview issues


  • Subject: Re: UIWebview issues
  • From: Alexander Spohr <email@hidden>
  • Date: Sat, 11 Jul 2009 17:54:03 +0200

Please provide a stack trace.
At some point something tries to scroll an ordinary UIView. That does not work.


	atze


Am 11.07.2009 um 04:00 schrieb Development:

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

_______________________________________________

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


References: 
 >UIWebview issues (From: Development <email@hidden>)

  • Prev by Date: Re: Cocoa Frontend to SDL App
  • Next by Date: Re: Can't figure out where the memory leak comes from.
  • Previous by thread: UIWebview issues
  • Next by thread: UIAlertView Confirmation Delete or Cancel
  • Index(es):
    • Date
    • Thread