Hi,
I have a tabbed page in my xamarin forms project having 4 tabs. I am opening the tabbed page from the home page(normal content page) and initially showing 2nd tab.
When I click the first tab I need to exit from the tabbed page and show the homepage(previous page) in UI.
How can I do this?
Thanks in advance.