MaxFmi
MaxFmi
### Description Our application consists out of a few separate parts where separate teams are working at. We would like to register routes like this (to prevent route name overlapping):...
[Bug] Shell.Current.GoToAsync("..", true) has no animation like Shell.Current.Navigation.PopAsync()
Before I start I would like to thank you guys from the xamarin team for the awesome job you do! ### Description Shell.Current.Navigation.PopAsync() has an animation by default. When we...
## Summary DeepLink into a subPage of one TabbarItem. Navigate by an absolute path -> /NavigationPage/TabbedPage/TabA/ViewA_Page/ViewB_Page ## API Changes _navigationService.NavigateAsync($"/NavigationPage/TabbedPage?{KnownNavigationParameters.SelectedTab}=TabAContentPage/ViewA_Page/ViewB_Page"); ## Intended Use Case Having a consumer application where it...
InvokeJS on Android works as described and expected. App.Query(x => x.WebView().InvokeJS("any JavaScrip command")); Invoking the same command under iOS results in doing nothing and just stepping over the execution. App.Query(x...
See image. The last section "Examples" says "This section will cover some common use cases that may be found when writing Calabash tests involving webviews." ![Screenshot 2021-11-08 at 08 50...
Hello @jonathanpeppers, first of all, thank you for writing this tool. It helps us a lot when we write component and integration tests. Is there a plan to have a...