© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
1 reply
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);
Application.Current.MainPage.Navigation.PopAsync(true);
and
await Application.Current.MainPage.Navigation.PushAsync(page, animated);
await Application.Current.MainPage.Navigation.PushAsync(page, animated);
for the navigation. Is there anyone who can help me with this
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Maui - pre build targets iOS
C#CC# / help
11mo ago
❔ .NET MAUI iOS Hot Restart
C#CC# / help
3y ago
Maui-Hybrid debug on iOS device using VS Code on Mac
C#CC# / help
3y ago