Top "Uiwebview" questions

A class used to display web content from within an iOS application.

iOS App - Set Timeout for UIWebView loading

I have a simple iOS native app that loads a single UIWebView. I would like the webView to show an …

xcode ios5 uiwebview timeout loading
Correct way to load image into UIWebView from NSData object

I have downloaded a gif image into an NSData object (I've checked the contents of the NSData object and it's …

iphone uiwebview nsdata
Change JavaScript alert dialog title in iOS

Is it possible to change the JavaScript alert title in a UIWebview in iPhone?

javascript ios uiwebview
How can I set the "User-Agent" header of a UIWebView in Swift

I am using Xcode 6 for an iOS App with Swift. I have got a simple ViewController with an embedded UIWebView. …

ios swift uiwebview user-agent nsurlrequest
UIWebViewDelegate not monitoring XMLHttpRequest?

Is it true that the UIWebViewDelegate does not monitor requests made by using a XMLHttpRequest? If so, is there a …

ajax xcode uiwebview xmlhttprequest
Force a WebView link to launch Safari?

I have a UIWebView embedded within an iPhone app of mine. I want to be able to have certain links …

iphone ios uiwebview mobile-safari
Capture redirect url in wkwebview in ios

How do I capture the redirection url in when using WKWebView like if a webpage redirects to another page on …

ios objective-c swift uiwebview wkwebview
UIWebView iOS5 changing user-agent

How can I change the user-agent of UIWebView in iOS 5? What I have done so far: Using the delegate call …

objective-c ios cocoa-touch uiwebview
UIWebView webpage caching for offline viewing

First of all, I'm pretty sure that I have checked every answer here and nothing does what I would like …

ios objective-c uiwebview nsurlrequest
Allow unverified ssl certificates in WKWebView

I'm trying to load a HTTPS url with an self-signed certificate in a WKWebView for iOS 8 and it keeps failing. …

ios ssl uiwebview self-signed wkwebview