King9
King9
> (xmlns:urho="clr-namespace:Urho.Forms;assembly=Urho.Forms"). I had success by changing Urho to UrhoSharp... xmlns:urho="clr-namespace:Urho.Forms;assembly=**UrhoSharp**.Forms"
> .UseSkiaSharp(true) I also wasted at least an hour debugging, and this ^^ fixes it. Thx! a better errormsg or warning would be nice. I was porting from Xamarin.Forms where...
I also see this on both iphone and iPad 12.5.7, but my app works on iPhone6 iOS 15.8.2. Is this only iOS 12?
This did not help me (but I learned my problem is not related -- see below).... ``` true ```
Nevermind. My Maui apps are all working on all iOS versions. Live in the app store too. I was calling `StoreKit.SKAdNetwork.UpdatePostback(0, _ => { }); `which isn't supported before iOS...
I just wasted an hour or so figuring out this crash was the swipeview, so still a problem on 17.4.1
Also hoping/waiting for this to get fixed
Span (set in Xaml) was working on .net 6 Windows for me. Broken with .net 7
> Span (set in Xaml) was working on .net 6 Windows for me. Broken with .net 7 I played around with CenterAndExpand on a few elements and replaced some FillAndExpand's...
Turns out this only is a problem if the xaml/code is in a Class Library. I used a shared project instead to work-around this.