Hello
I have a custom WDA with home_page_view and 2nd_view, well.
I want to put a push button on the 2nd_view in such a way that, the moment user clicks this button the user has to navigate to home_page_view (kind of BACK action), i need not to hold/retain user entered of home_page_view when navigates to back, refreshing of home_page_view is OK.
I tried to achieve this by putting IN / OUT plugs and firing them, for some reason we don't want to go with this approach (plugs firing navigation), pls. let me know my options?
I am thinking just reload the app / home page as a brand new, like just user reached home by using the URL (i know our WDA's URL, i mean, i can build it programitically as system speicifically) being the user on the same window, user should not felt that we reloaed the app, hence NO new window opening
Thank you