Click or drag to resize

PropertyID.WedgeKeyboardOnlyOnFocus Field

This parameter enables the input of the keystrokes only in input areas with active focus and an IME active, such as a touch keyboard.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 WedgeKeyboardOnlyOnFocus = "value"

Field Value

Type: Int32
Remarks
This parameter enables the input of the keystrokes only in input areas with active focus and an IME active, such as a touch keyboard.

This means that the label will be sent to the foreground application in the form of key events only when previous conditions will be met. Instead, set to false, it will emulate keystrokes directly into the foreground activity. , Be aware, keeping this deactivated could lead to undesired behaviors. The class of the property is BooleanProperty.

[Android Documentation]

See Also