DoubleDBE
DoubleDBE
Maui has an option for XF compatibility which can be used to gradually port XF libraries to maui with minimal changes. I think that's the best option for now because...
Same here. I'm temporary wrapping the FlexLayout inside a StackLayout until this issue is solved.
Wondering the same thing, please make this happen!
I'm also wondering where this stands. We really need this to work for .NET 8!
@MaceWindu you're right. Solved it by adding the following to the android csproj file. Should I consider this as a temporary workaround or should I keep it? ``` ```
Okay thanks for the feedback! I'll keep it in for now.
@mattleibow I also like to know about this Link attribute
@Redth I did some testing based on your example, but only `user_red` works, all the other ones seem to get ignored. When looking in the `obj\Debug\net7.0-windows10.0.19041.0\win10-x64` folder, only the red...
Yes please! Been waiting for this.