Hi everyone,
I'm currently working on a project where I have a TabContainer
, and each tab contains an EmbeddedView
. Inside each EmbeddedView
, there is a FlexContainer
, and within each FlexContainer
, there are additional views.
I've encountered an issue where, every time I switch tabs, the default parameter values are displayed first before the correct parameter values are loaded. This takes about 1-2 seconds, which negatively impacts the user experience.
To address this, I tried removing the default parameters, but this resulted in an error being displayed initially, and it still takes the same amount of time to load the correct values.
I tried to change loading order in flexcontainer setup , still same issue.
Has anyone else experienced this issue or have any suggestions on how to improve the loading performance and user experience? Any advice would be greatly appreciated!
Refer to screenshot I captured.