Top "Uiwebview" questions

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

How to display .svg image using swift

I have a .svg image file I want to display in my project. I tried using UIImageView, which works for …

ios swift uiwebview
iOS JavaScript bridge

I'm working on an app where I'm going to use both HTML5 in UIWebView and native iOS framework together. I …

javascript ios html uiwebview
How to Migrate to WKWebView?

I'm trying to understand how to make use of the new WKWebView in iOS8, can't find much information. I've read: …

uiwebview ios8 wkwebview
Change User Agent in UIWebView

I have a business need to be able to customize the UserAgent for an embedded UIWebView. (For instance, I'd like …

ios iphone cocoa-touch uiwebview
Get current URL of UIWebView

I already tried getting the current URL of my UIWebView with: webview.request.URL. Unfortunately the NSURL was empty. Anything …

ios iphone url request uiwebview
Disabling user selection in UIWebView

I have an app where I load content to a UIWebView and present this. I cannot disable user interaction completely …

ios uiwebview webkit ios4 mobile-webkit
What are some methods to debug Javascript inside of a UIWebView?

I'm trying to figure out why something with Javascript isn't working inside of a UIWebView. To my knowledge, there is …

javascript iphone html uiwebview
Disable Scroll on a UIWebView allowed?

I have to show a web article with a UITableView under the article. The only option I found was to …

ios scroll uiwebview
Is it possible to set a cookie manually using sharedHTTPCookieStorage for a UIWebView?

I have webviews inside of an iOS application that require an authentication cookie to be properly authenticated. I'm looking for …

objective-c ios uiwebview
Load local html into UIWebView using swift

This one is driving me crazy early this morning. I want to load some local html into a web view: …

ios swift uiwebview