Contents

keyboardDisplayRequiresUserAction

A Boolean value indicating whether web content can programmatically display the keyboard.

Declaration

var keyboardDisplayRequiresUserAction: Bool { get set }

Discussion

When this property is set to true, the user must explicitly tap the elements in the web view to display the keyboard (or other relevant input view) for that element. When set to false, a focus event on an element causes the input view to be displayed and associated with that element automatically.

The default value for this property is true.

See Also

Setting web content properties