Tagged Questions

7
votes
6answers
1k views

How to safely shut down a loading UIWebView in viewWillDisappear?

I have a view containing a UIWebView which is loading a google map (so lots of javascript etc). The problem I have is that if the user hits the 'back' button on the nav bar before the web view has …
7
votes
6answers
1k views

How do I use a UIWebView in a Table Cell?

I'm building a table with some text that is HTML, so I am using a UIWebView as a subview of my custom table cells. I already ran into one problem - as I scrolled down in the table, it would take the …
5
votes
4answers
492 views

Reliably opening App Store links from a UIWebView

Hey guys, I have an app that will display web pages within a UIWebView. The pages it shows may contain links to other iPhone apps on the App Store. In a normal browser on a desktop computer, …
5
votes
2answers
399 views

Deferring viewWillAppear until webViewDidFinishLoad

I have an application that uses UIWebViews in several view controllers. The UIWebViews are used to render locally generated html, no slow network access required. To save memory I only load these on …
4
votes
4answers
1k 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 …
4
votes
2answers
1k views

Using HTML and Local Images Within UIWebView

Hey guys, 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 to load the image. The problem is that the image doesn't load (ie. it can't …
4
votes
2answers
516 views

iPhone UIWebView playing MP3. Dismissal protocol?

So I can't find any documentation on how to do this, maybe someone knows what's going on here. I'm in a UITableView (with a UINavigationController) in my application, and launching a UIWebView that …
4
votes
12answers
2k views

Stop UIWebView from “bouncing” vertically ?

Hi there; 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 …
3
votes
1answer
878 views

Has anyone found that UIWebView fails for some URLS?

I have been working on an iPhone App for a couple of weeks now and one of the earlier features I added was a UIWebView that loaded context sensitive Wikipedia page topics. This was pretty trivial to …
3
votes
2answers
324 views

Can’t change background for UIWebView in iPhone SDK

Hi, Is there a way to change background color for UIWebView? None of the colors set in IB effect UIWebView behavior: before acctual content is loaded it shows as up as white (causing a white flash …
3
votes
4answers
2k 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 …
3
votes
4answers
1k views

iPhone UIWebview — Saving an image already downloaded

I have an iPhone app with an embedded UIWebview (Safari) control. I'd like to be able to store the images from certain webpages locally. Can I programmatically access the path where UIWebview …
2
votes
2answers
67 views

Reading .ppt (MS PowerPoint) file in Objective-C

Hi All, Any idea how to read a .ppt file in Objective C ? I tried to load the contents of the file in UIWebView but it didn't work. Here is the code : [aWebView loadData:[NSData …
2
votes
1answer
112 views

How to open a UITextView URL in UI Web View?

Hi there, In my iPhone app an UITextView is containing an URL. I want to open this URL in an UIWebView instead of opening it into safari? My UITextView contains some data along with an URL. In some …
2
votes
1answer
64 views

UIWebView not responsive

Hi, I'm having trouble intercepting URL clicks within a UIWebView. I've read around and found the most common problem is that links have a target="_blank" attribute to open in a new window, but mine …

1 2 3 4 5 15 next
15 30 50 per page