UIWebView loading progress and adjust web page to fit the view page?

Posted by user262325 on Stack Overflow See other posts from Stack Overflow or by user262325
Published on 2010-04-01T13:39:36Z Indexed on 2010/04/01 13:43 UTC
Read the original article Hit count: 511

Filed under:

Hello everyone

I am using UIWebView to load a web page.

There are 2 questions:

1.It it possible to track the percentage progress when UIWebView is loading the page?

2.I know there is property scalesPageToFit

scalesPageToFit A Boolean value determining whether the webpage scales to fit the view and the user can change the scale.

I try to set it to YES, but it looks like that it is not in public API and my app stopped with black screen, I am not sure what is wrong?

Welcome any comment

Thanks interdev

© Stack Overflow or respective owner

Related posts about iphone