Content
Get Contact details by Id
Hi, How can I get the Contact details by its Id? like this: var contact = await Microsoft.Maui.ApplicationModel.Communication.Contacts.Default.PickContactAsync("contact-id-here"); Thanks, Jassim


Does XAML (UWP) Visual Designer in Blend for Visual Studio 2022 work on Windows 10?
I am trying to design a C# Maui UI in XAML. I read that you can use Blend for Visual Studio to visually program XAML code. So, I loaded a new C# Class project in Blend to attempt an XAML visual edit, though the "Design" tab says "Visual…


Shell Navigation and setting Parameter Values
I have included the code that I am using to pass parameters from one view to another view using shell navigation. The issue I am having is that I would like to set my model properties using for example the text entry control. Do I do that using a relay…


Shell Navigation and passing Parameter Values
Hi friends, I was wondering how to pass multiple parameters. I can pass one parameter for now... ?Name={Name} Thanks Task Navigate() => Shell.Current.GoToAsync($"{nameof(DetailPage)}?Name={Name}",


Maui android on screen keyboard issue
Hello all. How I can modify the on screen keyboard for my application. I want that the on screen keyboard when my app run to contain only the alphanumeric and a few non alphanumeric characters. How I can do that and when exit my app to return…


Maui android<helpview /> control issue
Hello all. because there is no helpview control. Is someone here can give me a way to add help to my application. Thank you very much


BrowserLaunchOptions's Style
Hi, Is it possible to set the properties of the BrowserLaunchOptions in the Resources's Style file? Thanks, Jassim


Net Maui how to solve memory using problem that is it bug ?
I am working on net maui as a developer I have memory problem that app is closing or freezing itself.. any solution or we have to wait for fixing the bug ? Thanks..


Questions about MAUI's Entitlement.plist
Hi, How important is the Entitlement.plist in MAUI? and why it's not added by default? so does this mean I don't need to for example to set the Push Notification capabilities? Kindly advise.. Thanks, Jassim


How to implement zoom in, Zoom out and scrolling functionality for GraphicsView element?
Currently I'm trying on Dot Net 7 only for android and iOS platforms. I am trying to zoom in on GraphicsView. Zoom in zoom out functionality is working fine but getting issue for scroll vertical and horizontal. scroll is not working. I want to scroll…
Looking for a way to popup content similar to the ComboBox
Want a layout control that I can "open" to show content. It should be able to be placed on the screen again similar to the combobox so that I can set the position (most likely under another control).


VS2022 - Unable to optimize assemblies for performance
I Have Maui class libraries that compile with no error when the following configuration manager (Debug, Any CPU). When I build the solution with this configuration manager setting Release, AnyCPU I get the following error on all projects. Error…


MAUI - how do I enable /disabled the close button in run time in main page
Hi, I want in timer in main page to enable /disabled the close button in run time ? Is it possible ? If yes how ? Thanks in advance,


Issue running project on Iphone and simulator
I've gotten a simple project which is running fine on Android, Windows and MacOS, but will not run on iPhone, either a physical device or the emulator. When running the app, I am setting quite a few breakpoints none of which ever trigger and there…


[iOS] SIGABRT: Invalid URI: The URI scheme is not valid.
Hello This is a strange crash on iOS in .Net Maui particularly on application startup the first but the second or on subsequent launch it doesn’t crash. My concern is that Apple might reject it if this is the case but Google did not reject it as…


Push my App to Github using Visual Studio for Mac
Hi, How can I push my App to Github using Visual Studio for Mac? I can't find this option. Kindly help.. Thanks, Jassim


navigation: transfering object
Hi, thank you for your time. Be aware: I'm a MAUI beginner! The final objektiv: when pressing the 'Button' in the 'MainPage' --> show the objects (images) in the 'AreaPage'. PS: I made my test-app public: 'github.com/edikaufmann/HikeFinder' some…


Disable macOS Smart Quotes feature in whole MAUI app or in BlazorWebView component for macCatalyst/iOS
Is there any way to disable globally Smart Quotes replacing mechanism in MAUI application for iOS/macOS? If not globally, is there maybe any option to disable this behavior per Page/Delegate or something? I tried to search any information, but there is a…


can we use bUnit for UI testing the .net MAUI Blazor app, rendercomponent with the page is not working.
Have an application building using .Net maui blazor app, for testing the UI am using bUnit, not working. The rendercomponenet<login.razor> showing that call site is reachable on android 24 and later. Is bUnit can be used for maui blazor app does…


.Net Maui at a runtime does not showing latest updated system theme.
How get system current theme in .net Maui? I have checked in .net 6 is working properly but in .net 7 are working properly. We need to atleast application kill and relaunch after that it's working properly.