Gerald Marbury

Results 9 comments of Gerald Marbury

This would be very nice.

I still can not debug in IOS. I set my project up as close as possible to the Xamarin.Essentials Proj at https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Xamarin.Essentials.csproj. The notable differences are listed below ``` false...

Ok playing around with this a little more I fixed it (at least on IOS) by making changes to my root level IOS project. I'm not sure which setting fixed...

All constructors using UIDocumentPickerMode are obsolete as of IOS 14.0

Any update on this for MAU or Xamarin Forms apps?

I pulled the code down and saved a copy of MsgKit.csproj as MsgKitLite.csproj in the same folder changing only the nuget reference from MimeKit to MimeKitLite and everything just compiled...

I think this is the same issue as https://github.com/PrismLibrary/Prism/issues/3213. There is a link to a sample repo in there that reproduces the problem.

I tried this class as the platform view in a handler. However, since the error is so random. It's hard to confirm that it solved the issue. Adding the missing...

I believe inserting the constructor below in MauiTextField will resolve the problem. My fix above to change the platform view via a handler is a workaround using the hidden NSObject.Handle...