.NET MAUI HTML Circles
Here is the code to create Venn Diagrams, I want A-B in B-A A ∩ B IN Intersecting circles. A-B 1,2 in purple B-A 5 in brown A ∩ B muddy in 3,4 The intersecting circles can be enlarged @page "/Venn" <PageTitle>Set…
Is there a sample MAUI application to call c/c++ libraries that can be built from Windows and used on Windows, iOS and Android?
I am trying to convert my Xamarin.Forms mobile applications to MAUI. My applications depend on C libraries developed by government agencies (NOAA and USNO). For Xamarin.Forms I found a very good example for building a NuGet package from C library code…
Is there a sample MAUI application to call c++ libarary
I have a cross-platform library written with C++, I use this library to create model and display it with OpenGL. Now I'd like to choose MAUI to create a desktop application and call above library to complete interactions. Now I need a sample for…
struggling to make my Data Model known
I'm stuck to make my 'Data Model: RandoPro.cs' known to my 'DetailsPage.xaml'. In global using I declare 'RandoPro.Models' . I already use the very same Data Model in e.g. MainPage.xaml; using 'Name'! In 'DetailsPage.xaml' I get below error: Binding:…
Maui: Image not displayed
Hi, in the process of migrating the data input from 'data.cs' to 'data.json' I'm stuck ... or, as a senior hobby developer just not experienced enough. Thanks for your time, help and advice. On GIT I have two sites (both are public) 1st App RandoCS:…
Unique ID of MAUI device
Hello IT gurus I need some unique identifier of MAUI device (platforms: iPhone/Windows/Android/Tizen/MacCatalyst...) like MAC address of device, whatever... I want answer on this question: Is it the first (self) app instalation on this device? Yes/No…
How to fix Expand and Collapse issue of CollectionView control on MAC?
Hello, Application is developed in .Net MAUI and supporting both platforms , MacOS and Windows. On MAC 14.2 and 15.3, I am using CollectionView to display list of items and on clicking ImageButton of type 'ActivityStep', we are setting IsVisible =…
Maui version 9.0.30
Hi, Maui version 9.0.30 does not come with Visual Studio updates, I have to manually set it to the project. <ItemGroup> <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.30" /> Can you explain this ? …
GeneralParamError from InputAudioQueue.Start()
var bytesPerFrame = 1 * sizeof(short); var description = new AudioStreamBasicDescription() { Format = AudioFormatType.LinearPCM, SampleRate = 16000, ChannelsPerFrame = 1, BitsPerChannel = 16, FormatFlags =…
.NET MAUI C# "UnhandledException". I comment all my code, but project still call that "UnhandledException"
p.s. I am beginner! I could make commit to GitHub where all code is commented, But I don't want to do it. It all the same doesn't work. I leave it here: https://github.com/SaveGex/SpellCheck If someone can explain it me such how I can understand it I…
How to draw the path as imaged attached
Need to draw the path as shown in the image in .NET Maui, it was implemented in Xamarin forms while converting to MAUI path are not creating same as Xamarin forms used same coordinates to create the path, please help us to create the path. It was…
Excel is not visible for Android
Hello, I have created a test project to show Excel using web view. Here is the GitHub URL TestWebVeiw. I am trying to open the Excel file using WebView. The Excel is visible on the iPhone, but it shows a blank page when I try to run it on Android. I…
. net maui uses Microsoft Data.SqlClients encountered an exception when directly connecting to SQL Server
Microsoft.Data.SqlClient.SqlException (0x80131904): Successfully established a connection with the server, but an error occurred during the login process。 (provider: TCP provider, error: 0 - Success) HttpClient can be accessed normally SQL Server has not…
.NET MAUI Android - System.PlatformNotSupportedException
Hi, I'am trying to run my .NET MAUI project on Android, but I'm getting the following error: System.PlatformNotSupportedException Message=Operation is not supported on this platform. Here is the project link: …
Integrating Azure Key Vault in .NET MAUI Application
I want to integrate Azure Key Vault into my .NET MAUI application to store secrets. Can you suggest the best way to do this.? Additionally, we are also utilizing REST APIs in the app. Please guide me on how to securely integrate Key Vault and manage…
Ram consuption above Threshold
Hi, In maui version 8 there is a problem when moving pages the memory not release. I would like to ask how to observe the RAM and if it pass threshold x it will be presanted in UI label in red color, otherwise in green color. Use MVVM…
Maui tells me I have a problem but surely it could narrow it down
In my Maui app, I get the message: [0:] Microsoft.Maui.Controls.Element: Warning: Microsoft.Maui.Controls.Label is already a child of Microsoft.Maui.Controls.Grid. Remove Microsoft.Maui.Controls.Label from Microsoft.Maui.Controls.Grid before adding to…
Dynamically Setting WebView Height in .NET MAUI for Varying HTML Content on iOS Platform
I am using a custom WebView in my .NET MAUI application to display dynamic HTML content on iOS. The HTML content changes daily, and I need to adjust the height of the WebView accordingly. Custom WebView Renderer (iOS) Here’s my custom WebViewRenderer…
.Net Maui ArgumentException: 'An item with the same key has already been added. Key: Microsoft.Maui.Controls.BindableProperty' - What does that mean?
I'm really at a loss here. I'm working on a .Net Maui Application (.Net 8.0) for Android and iOS for work. When I open a specific page I sometimes (like, maybe 1 out of 6-10 times) get an Error with this message: "System.ArgumentException: 'An item…
[MAUI][iOS] Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp after updated to .NET 9.0
I'm encountering a runtime error on iOS when running my .NET MAUI application after updated net from 8.0 to 9.0. Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp Environment Details: .NET MAUI Version: 9.0 iOS Version: 18.2 …