Top "Uiwebview" questions

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

HTML Content fit in UIWebview without zooming out

I am making use of the UIWebView to render some HTML. However, although the width of my webview is 320 my …

iphone objective-c uiwebview
How can I enable zoom in on UIWebView which inside the UIScrollView?

I have a UIWebView which inside a UIScrollView (scrollview contain another component) I tried to enable multitouch both on Interface …

objective-c ios cocoa-touch uiwebview zoom
Javascript console.log() in an iOS UIWebView

When writing a iPhone / iPad app with a UIWebView, the console isn't visible. this excellent answer shows how to trap …

javascript ios uiwebview
UIWebView background is set to Clear Color, but it is not transparent

I'm developing an iOS 4 application using iOS SDK latest version and XCode 4.2. I have a XIB with a UIWebView with …

iphone objective-c ios cocoa-touch uiwebview
iPhone - Auto resizing UIWebView content do not fit the frame

I'm generating an UIWebView into my viewDidLoad method, with a tiny size (let's say something like 50x70). And then I …

ios iphone uiwebview frame autoresize
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 determine UIWebView height based on content, within a variable height UITableView?

I am trying to create a UITableView with variable height rows as explained in the answer to this question My …

ios iphone cocoa-touch uitableview uiwebview
UIWebView to view self signed websites (No private api, not NSURLConnection) - is it possible?

There's a load of questions which ask this: Can I get UIWebView to view a self signed HTTPS website? And …

iphone ios uiwebview
Getting all cookies from WKWebView

while getting cookies from UIWebView seems straightforward by using NSHTTPCookieStorage.sharedHTTPCookieStorage(), it seems WKWebView stores the cookies somewhere else. I …

ios swift uiwebview webkit wkwebview
WKWebView in Interface Builder

It seems that the IB object templates in XCode 6 beta are still creating old-style objects (UIWebView for iOS and WebView …

ios xcode macos uiwebview wkwebview