Viewing HTML in part of a screen

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?

Look at the Business App Sample:  https://github.com/coronalabs/business-app-sample

There is a webview.lua file that should do what you want.

Rob

Thanks!  That did the trick!  I got it working!

Look at the Business App Sample:  https://github.com/coronalabs/business-app-sample

There is a webview.lua file that should do what you want.

Rob

Thanks!  That did the trick!  I got it working!