Javascript is enabled by default in a WebView
Javascript is enabled by default in a WebView
By default, JavaScript is not enabled in a WebView. If the web page you plan to load in your WebView uses JavaScript, you need to explicitly enable JavaScript by using the WebSettings class and the setJavaScriptEnabled(true) method.
B. False