Top "Uiwebview" questions

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

Handling touches inside UIWebview

I have created a subclass of UIWebView , and have implemented the touchesBegan, touchesMoved and touchesEnded methods. but the webview subclass …

iphone uiwebview
How to download PDF and store it locally on iPhone?

I am able to successfully view a PDF from a website. I want to be able to download that PDF …

iphone pdf iphone-sdk-3.0 uiwebview
How to call Objective-C from Javascript?

I have a WebView, and I want to call a view in Objective-C from JavaScript. Does someone know how I …

iphone cocoa-touch uiwebview
How to change UIWebView or WKWebView default font

What font does UIWebView and WKWebView use by default? I would like to be able to change that. But I …

ios objective-c swift uiwebview wkwebview
How to delete all cookies of UIWebView?

In my application, I have a UIWebview that loads linkedin auth page for login. When user logs in, cookies saves …

ios iphone objective-c uiwebview uiwebviewdelegate
Presenting and dismissing a modal view in ios 7

I have a view controller that has a button on it. The button is the Privacy Policy. When it's clicked …

ios uiwebview ios7 modalviewcontroller
Enable zooming/pinch on UIWebView

I have an UIWebView with a pdf-file. It works fine. But how can i enable zooming on the pdf-file?

pdf uiwebview
How to show HTML text from API on the iPhone?

The best example to explain my situation is to use a blog post. Let's say I have a UITableView loaded …

ios iphone objective-c uiwebview uitextview
how to increase font size in UIWebView

how to increase or decrease the UIWebview font size, not using scalePageToFit:NO;

iphone objective-c cocoa-touch uiwebview
How to invoke Objective-C method from Javascript and send back data to Javascript in iOS?

In iOS, how can I call an Objective-C method from Javascript in a UIWebView and have it send data back …

javascript ios objective-c uiwebview