AiForms.Maui.SettingsView icon indicating copy to clipboard operation
AiForms.Maui.SettingsView copied to clipboard

SettingsView for .NET MAUI

Results 2 AiForms.Maui.SettingsView issues
Sort by recently updated
recently updated
newest added

### Description When using a CarouselView or a CollectionView it crashes because of this exception: System.NullReferenceException: Object reference not set to an instance of an object. at AiForms.Settings.Handlers.SettingsViewHandler.CreatePlatformView() at Microsoft.Maui.Handlers.ViewHandler`2[[AiForms.Settings.SettingsView,...

While migrating my app to Maui, I receive the following exception upon opening the settings page. ``` System.InvalidOperationException: Unable to convert AiForms.Settings.SettingsView to Android.Views.View at Microsoft.Maui.Platform.ElementExtensions.ToPlatform(IElement view) in D:\a\_work\1\s\src\Core\src\Platform\ElementExtensions.cs:line 121...