Solved

Which of the Following Lines of Codes Adds Zoom Controls

Question 200

Multiple Choice

Which of the following lines of codes adds zoom controls to a WebView?


A) webView.getSettings() .setBuiltInZoomControls(true) ;
B) webView.getSettings() .setZoomControls(true) ;
C) webView.getZoomSettings() .setControls(CONTROLS.enabled) ;
D) Zoom controls are included by default in WebViews

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions