Everything is working fine when I am handling the Tap event of a ListView item, but when I use this in a TabbedPage it shows the exception please p
ListView
TabbedPage
This error will come while running in iOS only.
In App.cs Rootpage(Start page) give like below
public App() { MainPage=new NavigationPage(new LoginPage()); }
Now, We can use PushAsyn() in Globally