UIWebView Page Control
- by Jack
Hi,
I would like to use a UIWebView to display some files (PDF, PPT, DOC) and would like to have the ability to scroll using external controls (ie a couple of buttons that, when pressed skip back and forward a page) and display the current page in a UITextView. Is this possible?
I have no experience with javascript, but a friend of mine has suggested that this might be a useful approach. Is his suggestion valid?
JP