Michael Bond

Results 12 comments of Michael Bond

If this really is the issue behind Visual Studio being unable to sync Apple development profiles, I can’t understand how it isn’t getting more attention.

@Z3roCoder This repo (Mobile Blazor Bindings) lets you write your UI code using Xamarin / .NET MAUI controls with the Blazor model and syntax. Basically you're writing a Xamarin /...

@lonix1 It's not a competition - MBB and Blazor Hybrid are solving similar needs but in different ways. There is room for both in my opinion.

@virzak It doesn't seem to help me... ![image](https://user-images.githubusercontent.com/1414036/191570354-bfb4e4f0-f20b-47e4-b025-13b001763479.png)

I strongly agree that this should be something we can do.

Are there any recommended workarounds for this? There's no conditional compilation in XAML, so the only other thing I can think of is having a separate page / view for...

I ran into this issue about two days ago, right after upgrading to .NET 7 release. So it's definitely unsolved.

I just ran into this issue as well. Any chance this could get a look?

I don't understand how this is being put off again. I guess no one is using MAUI for simultaneous desktop and mobile deployments? Maybe no one is using SwipeView? 🤔

> Within the C# markup file, I was able to use conditional compilation to exclude the SwipeView on Windows. Was literally just thinking of this today. Thanks for testing it...