Uli Trampe
Uli Trampe
I can confirm this issue. A delivered program has suddenly stopped working. On a computer with Sonoma 14.1 installed, DisplayActionSheet no longer runs and no action sheet is displayed. On...
Since calling an action sheet with UIKit is really a no-brainer, this could be an easy workaround for those who can't wait for a fix: ``` #if MACCATALYST if ((Handler...
We must conclude that migrating existing Xamarin apps to MAUI is not practical at this time, and will not be in the foreseeable future. New projects will have to abandon...
Jonathan, this problem here is not related to your x:Array patch. The problem described here also occurs in debug mode and independently of the items source. The x:Array was used...
@jfversluis, I don't think .NET 8 is yet available on the Visual Studio **for Mac** preview channel, is it? Even on **ARM64** Windows 11 and Visual Studio 17.7.0 Preview 2.0,...
To update the splash screen on the device, you need to 1. delete the app on the device 2. reboot the device (this is important!) 3. deploy and start the...