Я использую .net maui 8 < /p>
Я создал элемент для возврата главной страницы. Мои коды XAML
< /code>
public ICommand PopToDashboardCommand { get; private set; }
< /code>
await App.Instance.MainNavigationPage.PopAsync(isAnimated);
< /code>
My code work fine on Android. I don't understand what happened on iOS. Before i face off like this issue (Android works, not iOS), but I fixed them. However this issue is different.
EDITED
I add breadcrumb my command. I troubleshooting my command. I get information Command is not handled by gesture Recogniser. That's why i replaced command with Tapped Event. Same Tapped event does not invoke by Gesture Recogniser.
Подробнее здесь: https://stackoverflow.com/questions/793 ... n-maui-ios