enableTabsToLinks property
getter/setter pair
Sets whether tab key can be used to navigate to links. When enabled, pressing Tab will focus on links in the page.
The default value is true.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WebKitSettings.enable-tabs-to-links)
Implementation
bool? enableTabsToLinks;