Brandon Butler
Brandon Butler
@Cheesebaron Is there a way to use the plugin when binding android layouts in xml?
Don't merge this yet. I need to add some info on the naming conventions.
I branched off of develop and hand copied the changes @softlion made. MvvmCross doesn't build in macOS so I don't have a way to test if the changes carried over....
@softlion How does this work with no splash screen? I tried modifying the playground to not use a splash screen and I seem to get two instances of the root...
@Cheesebaron Does the AppHost comment apply if we were building a native app instead of a MAUI (Forms) type app?
Could you have multiple ViewPresenters? One for each window?
Perhaps this would help. https://stackoverflow.com/questions/57134259/how-to-resolve-keywindow-was-deprecated-in-ios-13-0 https://developer.apple.com/documentation/uikit/uiwindow/1621612-iskeywindow
I have just ran into this issue. I am able to reproduce it on a simulator by opening the task switcher on android. For example if I am awaiting this...
@MichelMichels I think you're right. It's kind of a always going forward approach. Though you can use custom hints to add behavior to it.
I'm still writing my head around this stuff. But I think what you would do is create a custom hint that had the viewModel you wished to close to as...