native.newWebView Disable Scrolling

Hello Corona,

I was wondering if there is any way to disable scrolling in native.newWebView.

Basically I have an html page that loads onto the webview. Within the html page there is an iframe tag where the scrolling is disabled, however the webview itself has scrolling enabled. 

Is there some way to disable scrolling in the native.newWebView similar to ScrollView, or within the html page itself?

Thank you everyone.