Nedo | Lukas
(Maui) Native swipe back on iOS
hey, i want to implement the native swipe back into my .Net Maui App for iOS. But the only thing i found, is the way via ShellNavigation. But in my project i use
Application.Current.MainPage.Navigation.PopAsync(true);
and await Application.Current.MainPage.Navigation.PushAsync(page, animated);
for the navigation. Is there anyone who can help me with this2 replies