Is it possible to view an html document in part of the screen?
Here’s the scenario:
I am displaying a list of documents the person can view using a tableview.
When they click on an item, I want to display the associated html file. I need the the top 50 pixels of the screen to be a “status bar” with a back button, so they can go back to the list. I need the rest of the screen - assume iphone portrait - so 320x430 (480 - 50 for status bar) to display the html file.
Is that possible? Can you create a native webview in part of the screen?