enableCaretBrowsing property
getter/setter pair
Sets whether caret browsing mode is enabled. Caret browsing mode allows users to navigate through web pages using the keyboard, with a visible caret (text cursor) that can be moved through the content.
The default value is false.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WebKitSettings.enable-caret-browsing)
Implementation
bool? enableCaretBrowsing;