WebSettings.SetEnableSmoothTransition(Boolean) Method

Definition

Sets whether the WebView will enable smooth transition while panning or zooming or while the window hosting the WebView does not have focus.

[Android.Runtime.Register("setEnableSmoothTransition", "(Z)V", "GetSetEnableSmoothTransition_ZHandler")]
public abstract void SetEnableSmoothTransition (bool enable);
[<Android.Runtime.Register("setEnableSmoothTransition", "(Z)V", "GetSetEnableSmoothTransition_ZHandler")>]
abstract member SetEnableSmoothTransition : bool -> unit

Parameters

enable
Boolean
Attributes

Remarks

Java documentation for android.webkit.WebSettings.setEnableSmoothTransition(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to