Disable zoom and select function

How can i disable the zoom and select function in the browser ?

local webView = native.newWebView(0,display.screenOriginY, display.contentWidth, display.contentHeight-display.screenOriginY, webListener )

webView:request( “http://www.site.com/” )

Kevin-