Top "Uiwebview" questions

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

How to load local html file into UIWebView

I'm trying to load a html file into my UIWebView but it won't work. Here's the stage: I have a …

ios objective-c iphone cocoa-touch uiwebview
Reading HTML content from a UIWebView

Is it possible to read the raw HTML content of a web page that has been loaded into a UIWebView? …

html iphone uiwebview
Can I set the cookies to be used by a WKWebView?

I'm trying to switch an existing app from UIWebView to WKWebView. The current app manages the users login / session outside …

ios cookies uiwebview ios8 wkwebview
UIWebView open links in Safari

I have a very simple UIWebView with content from my application bundle. I would like any links in the web …

ios uiwebview mobile-safari
Stop UIWebView from "bouncing" vertically?

Does anyone know how to stop a UIWebView from bouncing vertically? I mean when a user touches their iphone screen, …

ios objective-c iphone uiscrollview uiwebview
How to determine the content size of a UIWebView?

I have a UIWebView with different (single page) content. I'd like to find out the CGSize of the content to …

ios iphone cocoa-touch uiwebview uikit
Load resources from relative path using local html in uiwebview

I have a very simple iOS app with a uiwebview loading a very simple test page (test.html): <html&…

ios uiwebview
Using HTML and Local Images Within UIWebView

I have a UIWebView in my app which I want to use to display an image which will link to …

html ios iphone uiwebview uikit
Clearing UIWebview cache

I have used UIWebview to load a web page using loadRequest: method, when I leave that scene I call [self.…

ios cocoa-touch uiwebview uikit