Loading local html pages in UIWebView

Posted by mwt on Stack Overflow See other posts from Stack Overflow or by mwt
Published on 2010-06-05T20:58:29Z Indexed on 2010/06/05 21:02 UTC
Read the original article Hit count: 230

Filed under:
|

I'm working with a UIWebView loading local (i.e. in the source bundle) html pages, ala Apple's Transweb example. Loading the first page is trivial. However, I have added a second html page and linked to it from the first. Attempting to link to a second page doesn't seem to work.

Anyone know how to make this work?

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiwebview