Add a WebChromeClient to WebView1. The WebChromeClient will handle console logging and javascript modal dialogs. It also overrides the default onExceededDatabaseQuota method, which enables the WebView to create and use the Database Storage API.
WebView1 - The WebView to add the WebChromeClient to.
flingScroll is a poorly documented method of the WebView. It's included in WebViewExtras as it may be useful but i can find no documentation for it or it's parameters.
webView1 - The WebView to flingScroll. vx - No documentation available. vy - No documentation available.
Get the WebView scale. This method was deprecated in API level 17. This method is prone to inaccuracy due to race conditions between the web rendering and UI threads; prefer onScaleChanged(WebView, float, float).