Is there any way to do named routing without transition - newest version of stacked (3.1.0-beta.0) #837
Unanswered
rr-appadaptive
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@rr-appadaptive we haven't spent a lot of time on the web side of Stacked. There's a lot that we need to do there. Is it a good assumptions that having the ability to disable transitions will help you get past this issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Although there are various ways to navigate in the newest "stacked" package (navigateTo(), navigateToView()... e. g.), the only stable way in my web-app is to use the named routing (navigateTo(String routeName)). But there I found no way to suppress any transition. (transitionStyle: Transition.noTransition cannot be used). Is there any other way to suppress transition for the stacked_services?
Beta Was this translation helpful? Give feedback.
All reactions