Matthias Bruzek
Matthias Bruzek
@nickrandolph yes I thought so too, after investigating further... There would be a problem with `MultiPage` containing a `NavigationPage` too! Additionally, there is a problem with navigating in this nested...
## Workaround I inherit MvxFormsPagePresenter to check for a modal MasterDetailPage before navigating: (The implementation is copied from the base, except for the line `var masterDetailHost = GetModalPageOfType() ?? GetPageOfType();`.)...
Hi @breyed, did you find any more crashes of this type in your telemetry after applying this fix? I'm thinking about merging your changes onto our fork too...
I added a UI Test which executes the test steps, but could not run it because it said iOS tests are not supported on Windows: ``` OneTimeSetUp: App did not...
@gentledepp FYI
@rmarinho thanks for clarifying, I'll try that on Monday, then.
Hmm strange, when I try this manually in the ControlGallery it doesn't crash. @rmarinho are there any more details on the failed test? I still have to install a lot...
@rmarinho I pushed new changes, could you please trigger the UITest again? Unfortunately I can't run them locally... I get the following error: Failed to launch DeviceAgent Output: https://gist.github.com/bruzkovsky/c8beb056e07ab68f4e024d803bfdf2a4 The...
Hi! So I didn't manage to run the UITests in VS for Mac at all, but now I could do something with the cake script. After running some minutes, it...
@PureWeen thanks for the confirmation! Now I at least know what's going on. Could you just tell me which tests are failing? I fixed the `AddingItemToUnviewedCollectionViewShouldNotCrash`by manually running the repro,...