Top "Uiwebview" questions

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

iOS 7 Status bar with Phonegap

In iOS 7, Phonegap applications will appear underneath the status bar. This can make it difficult to click on buttons/menus …

ios cordova uiwebview ios7 statusbar
Calling Javascript using UIWebView

I am trying to call a javascript in a html page using the function - View did load function { NSArray *…

javascript uiwebview ios5 rgraph
iPhone UIWebview: How to force a numeric keyboard? Is it possible?

I'm experimenting with PhoneGap to develop some iPhone apps. PhoneGap basically wraps a UIWebView - it works well. The problem …

iphone keyboard uiwebview cordova
ITMS-90809: Deprecated API Usage -- Apple will stop accepting submissions of apps that use UIWebView APIs

Yesterday, I uploaded my App to TestFlight and after a while Apple sent me this warning: ITMS-90809: Deprecated API Usage …

ios swift xcode uiwebview wkwebview
iPhone Development - Setting UIWebView font

I have to show rich text that i pull from server, so i'm using UIWebView. Now the problem is that …

iphone uiwebview
Migrating from UIWebView to WKWebView

in my app I'm migrating from UIWebView to WKWebView , how can I rewrite these function for WKWebView? func webViewDidStartLoad(webView: …

ios swift uiwebview wkwebview
Stop word-wrap dividing words

body { word-wrap: break-word;} I've been using that code (above) to fit the text in the body into it's container. However …

css uiwebview word-wrap
How to make a transparent UIWebView

I have an app with a UITableView and a corresponding detail view for each row. In the detail view I …

ios iphone cocoa-touch uiwebview
How to display html formatted text in ios label

I would like to display html formatted text on a UILabel in IOS. In Android, it has api like this .…

html ios swift uiwebview uilabel
UIWebView delegate method shouldStartLoadWithRequest: equivalent in WKWebView?

I have a module inside my iOS 7+ app which is a UIWebView. The html page loads a javascript that creates …

ios objective-c uiwebview wkwebview