to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if an user presses the Right key, heuristics determine whether there is an element they might be trying to reach towards the right, and if there are multiple elements, which element they probably wants.
Settings.enableSpatialNavigation
bool enableSpatialNavigation() @propertyGet enableSpatialNavigation property.
Returns
Whether to enable Spatial Navigation. This feature consists in the ability
void enableSpatialNavigation(bool propval) @propertySet enableSpatialNavigation property.
Parameters
propval | Whether to enable Spatial Navigation. This feature consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if an user presses the Right key, heuristics determine whether there is an element they might be trying to reach towards the right, and if there are multiple elements, which element they probably wants. |