Nick Randolph
Nick Randolph
This will fix the particular scenario listed but there's a more generic problem with the modal stack: There's only one modal stack which is returned by all navigationpages. This means...
Yes, definitely raise the new issue. I'm going to reopen this PR as I want to fix the BuildPageTree method and I will use this PR as the basis
@Cheesebaron @martijn00 not sure if this is the issue but we should change this line https://github.com/MvvmCross/MvvmCross/blob/8fbc13caa44e08f3fe2eb3732f099ad534803b43/MvvmCross.Forms/Bindings/MvxDesignTimeChecker.cs#L25 I think we should make use of the DesignMode class: https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.designmode?view=xamarin-forms DesignMode Class (Xamarin.Forms)Static...
Hey @softlion does this assume now that all Android applications will have an application class? I think the current implementation allows for the scenario where there is no application class,...
Sorry I wasn't very clear with my previous comment - I meant that this would mean that all developers would have to explicitly include an application class in their Android...
@sergeyyurkov are you able to submit a PR demonstrating this using the Playground sample? This might help others, like myself be able to easily reproduce and look for solutions
@vatsalyagoel are you able to investigate this and see if you can reproduce the issue in the playground sample?
We'd be happy to see mvvmcross working across Blazor (and wasm for Uno platform). At this stage we'd need someone from the community to drive this initiative.
@ElteHupkes I think with v6.2 we should be in a better position to handle this. Can you repro this scenario with the Playground sample and submit as a PR so...
@AbdelrahmanGIT are you able to propose a fix as a PR for review?