Content
Does .NET MAUI support WPF?
As we know we can create UWP applications in MAUI, Please let me know can we create WPF applications In .net MAUI, If there is any possibility please let us know what is the approach for that. [Goal clarification edited in from comment --RC] We…


How I set header and footer to FlyoutPage ?
Hi, How I set header and footer to FlyoutPage ? FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="FlyoutExample.Views.MyRootPage" …


macOS/iOS SecKeyChain
I'm trying to access the keychain to get the installed certificates, but it always returns null, I don't see the option to enable KeyChain Info.plist, I don't see the entitlements.plist file in net maui. I installed the pfx certificate on my macOS, but…


MSIX of MAUI app does not installed on Window server 2019
Hi, I search MSIX supported-platforms like following thread, it support on following versions of Windows: Windows 10, version 1709, and later. Windows Server 2019 LTSC and later. Windows Enterprise 2019 LTSC and later. …


MAUI -LOG4 Net is cross platform ?
Hi. Is LOG4 Net is cross platform ?


MAUI- Package version numbering
Hi, How I set the package version numbering for MAUI ? Thanks,


MAUI - GA DATE
Hi, Can you please estimate when GA will be ? Is there another RC after RC3 or GA in front of us? Thanks,


For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ?
Hi, For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ? Thanks,


Connect MAUI to Oracle Autonomous Database
Hi, Did anyone try to connect MAUI app to the oracle autonomous database? Can anyone guide please Thanks, Jassim


Build NET MAUI (Windows) on Azure Pipelines
I'm trying to build a multi-platform library on Azure Pipelines, but when try to compile NET MAUI for Windows give me a…


macOS/Windows AppLinks
I have a requirement that when the user visits a website protocol with certain parameters (appname:url.com/param1/param2), the desktop application must open and read those parameters, I know that this is possible on iOS/Android, on desktop too? where can…


How to gaussian blur an image in MAUI?
How to gaussian blur an image in MAUI?


How to create custom control using Element and ElementHandler instead of View and ViewHandler?
Full code here. Check Menu folder in Handlers folder. I want to create a custom control Menu which is Android.Widget.PopupMenu on Android level. But I cannot use ViewHandler because PopupMenu inherits from Java.Lang.Object instead of…


what is the difference between FlyoutIcon and Icon
what is the difference between FlyoutItem.FlyoutIcon and FlyoutItem.Icon


How to create ios handler?
I have created a Card control and handlers for it (CardHandler, CardHandler.Android and CardHandler.iOS). PlatformView in Android handler is Google.Android.Material.Card.MaterialCardView. In iOS handler PlatformView is UIView. But something is wrong…


Getting Display Info with .NET MAUI on Windows Platform
I want to get Display Info in my .NET MAUI app such as screen width, height, pixel density, etc. A similar question was answered by @Gerald Versluis about 4 months ago here but I get no values for the display parameters (only default 0's for int…
Why icon from material font is not visible?
Hi! I have added fonts MaterialIcons-Regular.ttf and MaterialIconsOutlined-Regular.otf to my project and trying to show icon. <Image> <Image.Source> <FontImageSource…


How to get native image (bitmap) from ImageSource?
I need to get native bitmap from ImageSource. In Xamarin Forms we have a LoadImageAsync method in IImageSourceHandler. And for example to get bitmap from FontImageSource we needed to create FontImageSourceHandler and call LoadImageAsync. How to get…


MSIX of MAUII app does not installed on Window server 2012 R2
Hi, I publish the MAUI project using this link: https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/overview and later install it on my computer window 10 and it works. But when I tried to install it on window server 2012 R2 is…


is runtime needed to be installed on android or ios device if running MAUI application on this device?
Is the answer is not, does it mean the MAUI application also contains the dotnet components for supporting running on device? I`m worrying about the application size if each MAUI application contains the shared dotnet components. thanks! -William

