home screen has mutiple section(A ,B, C , D ,E) if i redirect from a perticular section (C) to another detail screen and when we go back to Home screen it has to go to a same section (c) but its go to top some time or bottom randomly.
1. nav top i have given redirection to the home screen
2.this is the mobile app
Thank you!
Hi Harshith ,
Please refer to this post they are discussing the similar issue as yours.
https://www.outsystems.com/forums/discussion/66326/scroll-to-a-element-in-a-list/#:~:text=To%20scroll%20to%20a%20specific,position%20from%20array)%20and%202.
hope it helps.
Hi faizan ali
thanks for the reply ,
so basicaly in my home screen i am using (a, b ,c ,d ,e ) are the block and each bock has the list item or button to go to the detail screen .in the scenario how to fix the above issue
Hi Harshith,
to apply that method to your scenario you can try by first enclosing your block in a container and when redirecting back to the screen pass the widget id of that particular section from which you first redirected and trigger the ScrollToElement action so it will scroll to that section.
let me know if it works.
thank you.