maui-demos
maui-demos copied to clipboard
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Hi have you guys updated syncfusion now maui is out of preview the controls arent showing up in visual studio
Hello, I cloned the repository on Mac Monterey on M1 and build. It fails because of using Microsoft.Maui.Devices; It says that this namespace doesn't exist. So VS suggested to add...
Hi, I'm having a NullReferenceException in this line: https://github.com/syncfusion/maui-demos/blob/master/SampleBrowser.Maui/Samples/DocIO/Samples/GettingStarted/GettingStarted.xaml.cs#L86 I think the file "Getting Started.docx" is missing  Edit: in fact, al File Formats examples has this behavior
Tried to build and run locally receiving the following error against iOS: ``` Severity Code Description Project File Line Suppression State Error MT7091 File 'C:/Users/aherrick/.nuget/packages/skiasharp.nativeassets.ios/2.88.0-preview.155/runtimes/ios/native/libSkiaSharp.framework/libSkiaSharp' is not a valid framework:...
Hi Syncfusion Team, Happy new year! Is the temporary MauiCompat library going to be released this month? Will it cover all Syncfusion Xamarin controls? Thanks a lot. Best Regards
When navigating to a secondary "view" and then returning to the main one, "SfTextInputLayout" does not show the values entered in the field. For this to happen when navigation is...
To give context I'm working with MAUI 8 In a customer registration, where one of the fields is the Date of Birth, to implement this field in the view I...
```c# ``` Now when I'm rotating the Device in landscape mode the scroll will get active for page, that time when try to sign in SfSignaturePad in iOS its not...
How to run this examples without having full product installed on the machine? There is a reference to a packageg which is not available in nuget: Maybe this could be...
Hi everyone, I've been struggling for the past three days to figure out why my application is exhibiting the following behavior: 1. My application runs fine using VS 2022 and...