Top "Uiwebviewdelegate" questions

The methods declared by the UIWebViewDelegate protocol allow the adopting delegate to respond to messages from the UIWebView class

How to handle app URLs in a UIWebView?

I recently found that my UIWebView was choking on ITMS links. Specifically, from the UIWebView in my app, if I …

iphone cocoa ios uiwebview uiwebviewdelegate
How to delete all cookies of UIWebView?

In my application, I have a UIWebview that loads linkedin auth page for login. When user logs in, cookies saves …

ios iphone objective-c uiwebview uiwebviewdelegate
How to get HTTP headers

How do you retrieve all HTTP headers from a NSURLRequest in Objective-C?

objective-c http uiwebview uiwebviewdelegate
UIWebView stringByEvaluatingJavaScriptFromString

I'm stuck on getting some pretty basic JS to run in my UIWebView. In the web view's delegate, I have : …

javascript iphone uiwebview uiwebviewdelegate
How to detect when a UIWebView has completely finished loading?

I am trying to build a filter for a UIWebView and I am struggiling to detect when the UIWebView has …

ios objective-c uiwebview uiwebviewdelegate
set a delegate for UIWebView

How do I set a delegate for my UIWebView to use webViewDidFinishLoad?

ios objective-c uiwebview uiwebviewdelegate
UIWebView doesnt load URL , iOS

I am trying to load a URL when my app starts. I dragged an UIWebView Object , on my .nib , i …

ios uiwebview uiwebviewdelegate
How to use shouldStartLoadWithRequest method of UIWebView Delegate

I need to remove the hyperlinks from the URL shown in UIWebView and I have looked at this question: Removing …

ios objective-c uiwebview uiwebviewdelegate
UIWebView not go to didFailLoadWithError when webLink not found?

I use UIWebView to load web from a webLink and UIWebViewDelegate to control error state: [webView loadRequest:[NSURLRequest requestWithURL:[NSURL …

ios objective-c uiwebview uiwebviewdelegate
shouldStartLoadWithRequest is never called

I've researched and researched and still don't understand why shouldStartLoadWithRequest is never called. My page loads fine and some of …

ios methods protocols uiwebviewdelegate