Re: iPhone UIWebView height?

2009-03-15 Thread glenn andreas
On Sunday, March 15, 2009, at 12:30AM, "Jesse Armand" wrote: >This is also what I'm looking for. > >I want to create a UIWebView with a frame size that will adjust itself >according to the contents of the HTML string, or even more simpler an >image. > >Anybody have any experiences with this ? >

Re: iPhone UIWebView height?

2009-03-14 Thread Jesse Armand
This is also what I'm looking for. I want to create a UIWebView with a frame size that will adjust itself according to the contents of the HTML string, or even more simpler an image. Anybody have any experiences with this ? Jesse Armand (http://jessearm.b

iPhone UIWebView height?

2009-03-14 Thread William Jon Shipley
Is it possible to set an HTML string on a UIWebView and have it resize automatically to the right height, but NOT take up the entire screen? I sure can't figure it out. I feel like the iPhone really HATES rich text. Here's what I've tried so far. Most of these are "Hail Mary" attempts, wh