Hi, I need help with WebView. I notice that it does not accept scaling so there any other way I could position the WebView to fit part of the screen? Below is my code:
local webView = native.newWebView(display.contentCenterX, display.contentCenterY, 320, 480 )
webView:request( “http://www.ptsd.va.gov/public/ptsd-overview/basics/how-common-is-ptsd.asp” )