File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,8 @@ public boolean supportZoom() {
195195 * on-screen zoom controls, which are displayed over the WebView's content,
196196 * and the use of a pinch gesture to control zooming. Whether or not these
197197 * on-screen controls are displayed can be set with {@link #setDisplayZoomControls}.
198- * The separate zoom controls are provided as a View object by
199- * {@link WebView#getZoomControls()} and the caller is responsible for inserting
200- * this View into the layout hierarchy. Use of the separate controls is
201- * deprecated and it is therefore recommended that this setting is always
202- * enabled.
198+ * The separate zoom controls are no longer supported, so it is recommended
199+ * that this setting is always enabled.
203200 * @param enabled Whether the WebView should use the built-in zoom mechanism.
204201 */
205202 public void setBuiltInZoomControls (boolean enabled ) {
You can’t perform that action at this time.
0 commit comments