WebView.EmulateShiftHeld Method

Definition

Caution

deprecated

Puts this WebView into text selection mode.

[Android.Runtime.Register("emulateShiftHeld", "()V", "GetEmulateShiftHeldHandler")]
[System.Obsolete("deprecated")]
public virtual void EmulateShiftHeld ();
[<Android.Runtime.Register("emulateShiftHeld", "()V", "GetEmulateShiftHeldHandler")>]
[<System.Obsolete("deprecated")>]
abstract member EmulateShiftHeld : unit -> unit
override this.EmulateShiftHeld : unit -> unit
Attributes

Remarks

Puts this WebView into text selection mode. Do not rely on this functionality; it will be deprecated in the future.

This member is deprecated. This method is now obsolete.

Java documentation for android.webkit.WebView.emulateShiftHeld().

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