• 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
Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called


  • Subject: Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called
  • From: Tito Ciuro <email@hidden>
  • Date: Tue, 05 Jul 2011 17:42:27 -0700

Hello,

I have a question regarding WebKit. The redirect sent by the server works fine (gets displayed properly) but the following method is never invoked:

- (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame

Instead, the following two methods get invoked:

- (void)webView:(WebView *)sender didReceiveServerRedirectForProvisionalLoadForFrame:(WebFrame *)frame
- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame

I would like to log the URL being redirected to, but willPerformClientRedirectToURL is never called. Any idea why?

Thanks,

-- Tito
_______________________________________________

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: Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called
      • From: Tito Ciuro <email@hidden>
  • Prev by Date: Re: NSDatePicker weirdness with time.
  • Next by Date: Re: Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called
  • Previous by thread: Re: NSDatePicker weirdness with time.
  • Next by thread: Re: Method willPerformClientRedirectToURL: delay: fireDate: forFrame: not being called
  • Index(es):
    • Date
    • Thread