A class used to display web content from within an iOS application.
25
votes
7answers
28k views
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 can do this?
I have this code in my ViewController:
- (BOOL)webView:(UIWebView *)webView2
...
44
votes
6answers
11k views
Asp.Net Forms Authentication when using iPhone UIWebView
I am writing a Asp.net MVC 2 application that uses Forms Authentication and currently I am having a problem with our iPhone application in regards to the authentication/login over the web. We have ...
51
votes
5answers
58k views
Reading HTML content from a UIWebView
Is it possible to the raw HTML content of a web page that has been loaded into a UIWebView?
If not, is there another way to pull raw HTML content from a web page in the iPhone SDK (such as an ...
14
votes
2answers
16k views
How to display the Authentication Challenge in UIWebView?
I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication challenge but the same does not appear in my UIWebView in the application. How can I ...
26
votes
4answers
25k views
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 resize my parent views appropriately. The obvious -sizeThatFits: unfortunately just returns ...
24
votes
4answers
5k views
Return to app behavior after phone call different in native code than UIWebView
According to Apple's documentation, in order to make phone call from my app, I need to implement the following protocols:
HTML link:
<a href="tel:1-408-555-5555">1-408-555-5555</a>
...
76
votes
6answers
41k views
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 another url.
I'm using
<img src="image.jpg" /> to load the image.
The problem is that the image ...
128
votes
19answers
56k views
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, drags their finger downwards, and the webview shows a blank spot above the web page I ...
6
votes
2answers
5k views
UIWebView: HTML5 audio pauses in iOS 6 when app enters background
Good day,
My app is a music playing app. I control the <audio>-Tag with Javascript. So far no problems, play, pause, next and previous buttons are working. When I stand-by the device in iOS 5, ...
58
votes
3answers
18k views
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 have to display some text and a background image (text is different for each row, but the image ...
110
votes
3answers
31k views
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 view to open in Safari instead of in the web view. Is this possible?
30
votes
6answers
34k views
How to determine UIWebView height based on content, within a variable height UITableView?
I am trying to create a UITableView with variable height rows as explained in the answer to this question
My problem is each cell contains a UIWebView with different (statically loaded) content I ...
24
votes
2answers
34k views
iPhone : can we open pdf file using UIWebView?
Can any we open the pdf file from UIWebView ?
if any one has implement this then plz help me...
any code snippet or any weblink help...
thanks in advance...
13
votes
2answers
7k views
Javascript in UIWebView callback to C/Objective-C
Is there a way to get a callback to objective-c when a certain event has been detected in a UIWebView? Can Javascript send a callback to Objective-C?
12
votes
6answers
10k views
UIWebView - How to identify the “last” webViewDidFinishLoad message?
The webViewDidFinishLoad message seems to be sent each time any object in the page has been loaded. Is there a way to determine that all loading of content is done?
36
votes
6answers
18k views
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 because I want the user to be able to click links. I just need to disable user ...
28
votes
5answers
34k views
iPhone UIWebView local resources using Javascript and handling onorientationChange
I'm trying to server HTML Javascript and CSS content from an iPhone application's local resources, and I'm having trouble handling onOrientationChange events and including external Javascript.
I seem ...
15
votes
2answers
8k views
UIWebView iOS5 changing user-agent
How can I change the user-agent of UIWebView in iOS 5?
What I have done so far:
Using the delegate call back, intercept the NSURLRequest, create a new url request and set it's user-agent as whatever ...
23
votes
9answers
29k views
Handling touches inside UIWebview
I have created a subclass of UIWebView , and have implemented the
touchesBegan, touchesMoved and touchesEnded methods.
but the webview subclass is not handling the touch events.
Is there any method ...
11
votes
1answer
6k views
NSString in UIWebview
I have an NSString and a webView in my project (Objective-C for iPhone), I have called index.html in webView and inside it I inserted my script (javascript).
How can I pass the NSString as a var in ...
16
votes
4answers
7k views
UIWebViewDelegate not monitoring XMLHttpRequest?
Is it true that the UIWebViewDelegate does not monitor requests made by using a XMLHttpRequest? If so, is there a way to monitor these kind of requests?
e.g. UIWebViewDelegate does not catch this in ...
5
votes
1answer
2k views
How do I install this script into PhoneGap for iOS
I don't know any Objective-C, that is why I'm using PhoneGap to create an iOS app. There is a big flaw in PhoneGap for iOS. The keyboard constantly has the form assistant (the 'next', 'previous' and ...
1
vote
5answers
3k views
Keyboard not Appearing when Tapping Text Box in UIWebView
I have a UITabViewController set up with two tabs, the second containing a web browser. The keyboard will not appear in my App unless I first display and dismiss a UIAlertView in the first tab. What ...
12
votes
2answers
16k views
iOS: 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 a way to set a cookie inside of an iOS application's webview without ...
18
votes
3answers
19k views
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>
<body>
<img src="img/myimage.png" />
</body>
</html>
I load this ...
17
votes
5answers
30k views
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 i have no control over the font which is used in UIWebView. How can i change the font to use system ...
2
votes
2answers
1k views
Reading text and images from a pdf document in iOS
I'm displaying locally stored pdf in my iPad application. Here's the code:
NSString *path = [[NSBundle mainBundle] pathForResource:@"About Downloads" ofType:@"pdf"];
NSURL *targetURL = [NSURL ...
18
votes
5answers
15k views
Html5 cache manifest in a UIWebView?
I'd like to be able to use the html5 cache manifest to store images locally on an iPhone that is visiting the page via a UIWebView within an app.
I've set up a sample that I think conforms to the ...
29
votes
7answers
8k views
Remove gradient background from UIWebView?
How do remove the gradient from a UIWebView - the one that you see if you overscroll the top or bottom.
This code
webView.backgroundColor = [UIColor whiteColor];
just changes the color of the ...
42
votes
8answers
33k views
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 is the my app has several input fields that only take numeric input. I ...
16
votes
5answers
25k views
Clearing UIWebview cache
I have used UIWebview to load a web page using loadRequest: method, when I leave that scene I call [self.webView stopLoading]; and release the webView.
In activity monitor on first launch i have seen ...
6
votes
1answer
3k views
apply style to range of text with javascript in uiwebview
I am displaying some simple styled text as html in a UIWebView on iPhone. It is basically a series of paragraphs with the occasional strong or emphasized phrase. At runtime I need to apply styles to ...
6
votes
3answers
13k views
iPhone: Download PDF and store locally?
I am able to successfully view a PDF from a website.
I want to be able to download that PDF to the device, then be able to access that file locally.
So the user opens the app, the app checks the ...
17
votes
5answers
10k views
Youtube video autoplay on iPhone's Safari or UIWebView
Is it possible to get a youtube video to autoplay on Safari and/or UIWebView? I've seen this done in an iPhone app, the tableview displays cells that do not have Youtube preview icon (pretty sure it's ...
13
votes
1answer
3k views
how to cache a whole web page with images in iOS
I am working on a image-text mixture page on iOS. I know it is possible for me to use UIWebView to achieve the goal. But the problem is, user may need to read the page offline.
For the text part, I ...
11
votes
3answers
13k views
iPhone Dev: UIWebView baseUrl to resources in Documents folder not App bundle
Greetings! Can anyone please kindly assist me finding a way around the following:
load an html into a UIWebView using loadHTMLString and include(using baseURL) the resources such as the CSS, image ...
6
votes
7answers
9k views
iPhone UIWebView width does not fit after zooming operation + UIInterfaceOrientation change
I created a bare bones iPhone app with a UIWebView (Scales Page to Fit = YES, shouldAutorotateToInterfaceOrientation = YES) and loaded a webpage, e.g. http://stackoverflow.com/
Rotating the device ...
5
votes
4answers
10k views
Opening popup links in UIWebView, possible?
I have a UIWebView which I'm using as an embedded browser within my app.
I've noticed that links in webpages that open new windows are ignored without any call into my code.
I've tried breakpointing ...
7
votes
2answers
8k views
What's the best approach for parsing XML/'screen scraping' in iOS? UIWebview or NSXMLParser?
I am creating an iOS app that needs to get some data from a web page. My first though was to use NSXMLParser initWithContentsOfURL: and parse the HTML with the NSXMLParser delegate. However this ...
0
votes
1answer
2k views
How to make image maps clickable using UIWebview in iphone?
I am looking how to get 'one' and 'park' string value (which is image_map coordinates clickable spot on UIwebview's) onclick from HTML to iPHone native obj-c.
I have put the code to get string value ...
26
votes
3answers
10k views
iOS WebView remote html with local image files
Similar questions have been asked before, but I could never find a solution.
Here is my situation - my UIWebView loads a remote html page. The images used in the web pages are known at build time. In ...
25
votes
5answers
16k views
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 know that I can implement communication between JavaScript and Objective-C. Are there any ...
14
votes
4answers
17k views
how to increase font size in UIWebView
how to increase or decrease the UIWebview font size, not using scalePageToFit:NO;
25
votes
11answers
15k views
Remove UIWebView Shadow?
Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?
Example: http://uploadingit.com/files/1173105_olub5/shadow.png
If its possible how do you do it?
...
14
votes
2answers
11k views
Javascript console.log() in an iOS UIWebView
When writing a iPhone / iPad app with a UIWebView, the console isn't visible.
this excellent answer shows how to trap errors, but I would like to use the console.log() as well.
24
votes
6answers
6k views
differences between uiwebview and mobile safari
Have looked far and wide for info and have found no definitive list. Please add your observations. I'm sure it will come in handy to all.
20
votes
2answers
10k views
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 into the application.
My app has a logout button that is not related to linkedin login. ...
14
votes
1answer
5k views
Is it possible for a UIWebView to save and autofill previously entered form values (e.g., username & password)?
I'm building an iPhone app that is just a UIWebView of an existing mobile site that has a form-based login. When I login to the mobile site on iPhone Safari, I'm prompted to save my username/password, ...
7
votes
3answers
4k views
UIWebView to view self signed websites (No private api, not NSURLConnection) - is it possible?
There's a load of questions which ask this: Can I get UIWebView to view a self signed HTTPS website?
And the answers always involve either:
Use the private api call for NSURLRequest: ...
8
votes
8answers
5k views
UIWebView Keyboard - Getting rid of the “Previous/Next/Done” bar
I want to get rid of the bar on top of the keyboard that appears when you focus a text field in a webview. We have some other ways of handling this and it's redundant and unnecessary.
