Top "Uiwebview" questions

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

How to Get the Title of a HTML Page Displayed in UIWebView?

I need to extract the contents of the title tag from an HTML page displayed in a UIWebView. What is …

ios objective-c iphone uiwebview foundation
UIWebView finished loading Event

Is it possible to start an event when an UIWebView (Iphone) has finished loading the URL. How can I find …

iphone uiwebview loading
how to intercept Button click inside UIWebview on IOS?

I have a HTML form that has certain fields which i am opening inside a UIWebview. On click of a …

javascript iphone ios uiwebview onclick
UIWebView didFinishLoading fires multiple times

I have some code that needs to run after the a UIWebView finishes loading a document. For that I've set …

iphone ios objective-c xcode uiwebview
Does UIWebView send the same User-Agent in the Request Headers as mobile Safari?

Sorry, I would just test this myself, but I'm currently without my mac. Does a web request made inside of …

iphone uiwebview user-agent
UIWebView background color

I am loading an HTML string into a UIWebView in order to be able to view rich text. So far, …

ios uiwebview
Get UIWebView content's Height

I have a uiwebview that loads data using the loadHtmlString function.The thing is i am loading the data from …

ios uiwebview height xcode4.3
How To Clear A UIWebView

I am very new to the whole programming business, and was wondering if there is any way to clear the …

ios uiwebview
UIWebView with Progress Bar

Hi I'm new to programming and I'm trying to make my first app for iPhones on Xcode. My app contains …

ios uiwebview uiprogressview
Can't change background for UIWebView in iOS

Is there a way to change background color for UIWebView? None of the colors set in IB effect UIWebView behavior: …

ios uiwebview background-color