Bixby Developer Center

References

auto-insert-navigation-conversation-drivers

optionalvalue optional

Automatically adds "Previous" and "Next" conversation drivers to lists in Bixby Views. This is equivalent to specifying the with-navigation-conversation-drivers key to your View file.

This runtime flag is enabled by default in the following versions:

Example

capsule {
...
runtime-version (5) {
overrides {
auto-insert-navigation-conversation-drivers (false)
}
}
}