Change default list navigation behavior. With this flag enabled:
list-of
and selection-of
) used with navigation modes will not be paginated. Instead, they will render as a single list with the current results in focus highlighted as a group. The group's size will be equivalent to the page-size
. This behavior lets the user freely switch between hands-free and hands-on modes.navigation-mode
block will not be evaluated. Dialog for hands-on modes should be placed within message
blocks in your views.When enhanced list navigation mode is enabled, the default page-size
will change depending on the device type:
spoken-summary
)This runtime flag is disabled by default in all runtime versions.
In order to test this behavior in the Simulator, you need to enable the Enhanced List Navigation feature.
capsule {
...
runtime-version (8) {
overrides {
enhanced-list-navigation (true)
}
}
}
Copyright 2025 Samsung All rights reserved