Top "Uiwebviewdelegate" questions

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

How to disable long touch in UIWebView?

I want to disable long-touch from the application. I have no control on the HTML that I am loading on …

uiwebview uiwindow uiwebviewdelegate
UIWebView first request too slow

I am using UIWebView to render web content in my application. I observed that the initial request when the app …

ios iphone uiwebview uiwebviewdelegate
New error in iOS 5: WebKit discarded an uncaught exception

I am trying to load a UIWebView with the Facebook OAuth authorization URL and I am using the following code. …

objective-c ios cocoa-touch uiwebview uiwebviewdelegate
UIWebView and timeouts

I'm using a UIWebView to display some content. Within this content the user can navigate through a bunch of sites …

iphone cocoa-touch uiwebview timeout uiwebviewdelegate
How can I get a UIWebView to focus on a form input and bring up the keyboard?

I've created a UIWebView for logging into Facebook's Graph API OAuth interface. This works great, but I have to tap …

javascript safari uiwebview focus uiwebviewdelegate
NSString in UIWebview

I have an NSString and a webView in my project (Objective-C for iPhone), I have called index.html in webView …

javascript iphone objective-c uiwebview uiwebviewdelegate
UIWebView: webViewDidStartLoad/webViewDidFinishLoad delegate methods not called when loading certain URLs

I have basic web browser implemented using a UIWebView. I've noticed that for some pages, none of the UIWebViewDelegate methods …

iphone uiwebview uiwebviewdelegate
UIWebView: Show image while loading

In my storyboard I have a view with a UIWebView which is filling the entire area except from tab and …

objective-c cocoa-touch uiwebview uiwebviewdelegate